public static class OccAvailabilityCatalogSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccAvailabilityCatalogSummary |
build() |
OccAvailabilityCatalogSummary.Builder |
catalogState(OccAvailabilityCatalog.CatalogState catalogState)
Represents whether this version of the availability catalog has been made available to
the customer.
|
OccAvailabilityCatalogSummary.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy where the availability catalog resides.
|
OccAvailabilityCatalogSummary.Builder |
copy(OccAvailabilityCatalogSummary model) |
OccAvailabilityCatalogSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OccAvailabilityCatalogSummary.Builder |
description(String description)
Text information about the availability catalog.
|
OccAvailabilityCatalogSummary.Builder |
displayName(String displayName)
An user-friendly name for the availability catalog.
|
OccAvailabilityCatalogSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
OccAvailabilityCatalogSummary.Builder |
id(String id)
The OCID of the availability catalog.
|
OccAvailabilityCatalogSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
OccAvailabilityCatalogSummary.Builder |
lifecycleState(OccAvailabilityCatalog.LifecycleState lifecycleState)
The current lifecycle state of the customer group.
|
OccAvailabilityCatalogSummary.Builder |
metadataDetails(MetadataDetails metadataDetails) |
OccAvailabilityCatalogSummary.Builder |
namespace(Namespace namespace)
The name of the OCI service in consideration.
|
OccAvailabilityCatalogSummary.Builder |
occCustomerGroupId(String occCustomerGroupId)
The Customer Group OCID to which the availability catalog belongs.
|
OccAvailabilityCatalogSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
OccAvailabilityCatalogSummary.Builder |
timeCreated(Date timeCreated)
The time when the availability catalog was created.
|
OccAvailabilityCatalogSummary.Builder |
timeUpdated(Date timeUpdated)
The time when the availability catalog was last updated.
|
public OccAvailabilityCatalogSummary.Builder id(String id)
The OCID of the availability catalog.
id
- the value to setpublic OccAvailabilityCatalogSummary.Builder namespace(Namespace namespace)
The name of the OCI service in consideration. For example, Compute, Exadata, and so on.
namespace
- the value to setpublic OccAvailabilityCatalogSummary.Builder compartmentId(String compartmentId)
The OCID of the tenancy where the availability catalog resides.
compartmentId
- the value to setpublic OccAvailabilityCatalogSummary.Builder displayName(String displayName)
An user-friendly name for the availability catalog. Does not have to be unique, and is changeable. Avoid entering confidential information.
displayName
- the value to setpublic OccAvailabilityCatalogSummary.Builder description(String description)
Text information about the availability catalog.
description
- the value to setpublic OccAvailabilityCatalogSummary.Builder occCustomerGroupId(String occCustomerGroupId)
The Customer Group OCID to which the availability catalog belongs.
occCustomerGroupId
- the value to setpublic OccAvailabilityCatalogSummary.Builder catalogState(OccAvailabilityCatalog.CatalogState catalogState)
Represents whether this version of the availability catalog has been made available to the customer. The state is No by default.
catalogState
- the value to setpublic OccAvailabilityCatalogSummary.Builder metadataDetails(MetadataDetails metadataDetails)
public OccAvailabilityCatalogSummary.Builder timeCreated(Date timeCreated)
The time when the availability catalog was created.
timeCreated
- the value to setpublic OccAvailabilityCatalogSummary.Builder timeUpdated(Date timeUpdated)
The time when the availability catalog was last updated.
timeUpdated
- the value to setpublic OccAvailabilityCatalogSummary.Builder lifecycleState(OccAvailabilityCatalog.LifecycleState lifecycleState)
The current lifecycle state of the customer group.
lifecycleState
- the value to setpublic OccAvailabilityCatalogSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
lifecycleDetails
- the value to setpublic OccAvailabilityCatalogSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic OccAvailabilityCatalogSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic OccAvailabilityCatalogSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic OccAvailabilityCatalogSummary build()
public OccAvailabilityCatalogSummary.Builder copy(OccAvailabilityCatalogSummary model)
Copyright © 2016–2024. All rights reserved.