Class OracleDbAzureBlobContainer.Builder
- java.lang.Object
- 
- com.oracle.bmc.dbmulticloud.model.OracleDbAzureBlobContainer.Builder
 
- 
- Enclosing class:
- OracleDbAzureBlobContainer
 
 public static class OracleDbAzureBlobContainer.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OracleDbAzureBlobContainer.BuilderazureStorageAccountName(String azureStorageAccountName)Azure Storage account name.OracleDbAzureBlobContainer.BuilderazureStorageContainerName(String azureStorageContainerName)Azure Storage container name.OracleDbAzureBlobContainerbuild()OracleDbAzureBlobContainer.BuildercompartmentId(String compartmentId)The OCID of of the compartment that contains Oracle DB Azure Blob Container resource.OracleDbAzureBlobContainer.Buildercopy(OracleDbAzureBlobContainer model)OracleDbAzureBlobContainer.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.OracleDbAzureBlobContainer.BuilderdisplayName(String displayName)Oracle DB Azure Blob Container resource name.OracleDbAzureBlobContainer.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.OracleDbAzureBlobContainer.Builderid(String id)The OCID of Oracle DB Azure Blob Container resource.OracleDbAzureBlobContainer.BuilderlastModification(String lastModification)Description of the latest modification of the Oracle DB Azure Blob Container resource.OracleDbAzureBlobContainer.BuilderlifecycleState(OracleDbAzureBlobContainer.LifecycleState lifecycleState)The current lifecycle state of the Oracle DB Azure Blob Container resource.OracleDbAzureBlobContainer.BuilderlifecycleStateDetails(String lifecycleStateDetails)Description of the current lifecycle state in more detail.OracleDbAzureBlobContainer.BuilderprivateEndpointDnsAlias(String privateEndpointDnsAlias)Private endpoint’s DNS Alias.OracleDbAzureBlobContainer.BuilderprivateEndpointIpAddress(String privateEndpointIpAddress)Private endpoint IP.OracleDbAzureBlobContainer.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.OracleDbAzureBlobContainer.BuildertimeCreated(Date timeCreated)Time when the Oracle DB Azure Blob Container was created in RFC 3339 timestamp format, e.g.OracleDbAzureBlobContainer.BuildertimeUpdated(Date timeUpdated)Time when the Oracle DB Azure Blob Container was last modified, expressed in RFC 3339 timestamp format, e.g.
 
- 
- 
- 
Method Detail- 
idpublic OracleDbAzureBlobContainer.Builder id(String id) The OCID of Oracle DB Azure Blob Container resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OracleDbAzureBlobContainer.Builder compartmentId(String compartmentId) The OCID of of the compartment that contains Oracle DB Azure Blob Container resource.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OracleDbAzureBlobContainer.Builder displayName(String displayName) Oracle DB Azure Blob Container resource name.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
privateEndpointIpAddresspublic OracleDbAzureBlobContainer.Builder privateEndpointIpAddress(String privateEndpointIpAddress) Private endpoint IP.- Parameters:
- privateEndpointIpAddress- the value to set
- Returns:
- this builder
 
 - 
privateEndpointDnsAliaspublic OracleDbAzureBlobContainer.Builder privateEndpointDnsAlias(String privateEndpointDnsAlias) Private endpoint’s DNS Alias.- Parameters:
- privateEndpointDnsAlias- the value to set
- Returns:
- this builder
 
 - 
azureStorageAccountNamepublic OracleDbAzureBlobContainer.Builder azureStorageAccountName(String azureStorageAccountName) Azure Storage account name.- Parameters:
- azureStorageAccountName- the value to set
- Returns:
- this builder
 
 - 
azureStorageContainerNamepublic OracleDbAzureBlobContainer.Builder azureStorageContainerName(String azureStorageContainerName) Azure Storage container name.- Parameters:
- azureStorageContainerName- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OracleDbAzureBlobContainer.Builder lifecycleState(OracleDbAzureBlobContainer.LifecycleState lifecycleState) The current lifecycle state of the Oracle DB Azure Blob Container resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleStateDetailspublic OracleDbAzureBlobContainer.Builder lifecycleStateDetails(String lifecycleStateDetails) Description of the current lifecycle state in more detail.- Parameters:
- lifecycleStateDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OracleDbAzureBlobContainer.Builder timeCreated(Date timeCreated) Time when the Oracle DB Azure Blob Container was created in RFC 3339 timestamp format, e.g.‘2020-05-22T21:10:29.600Z’ - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic OracleDbAzureBlobContainer.Builder timeUpdated(Date timeUpdated) Time when the Oracle DB Azure Blob Container was last modified, expressed in RFC 3339 timestamp format, e.g.‘2020-05-22T21:10:29.600Z’ - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lastModificationpublic OracleDbAzureBlobContainer.Builder lastModification(String lastModification) Description of the latest modification of the Oracle DB Azure Blob Container resource.- Parameters:
- lastModification- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic OracleDbAzureBlobContainer.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic OracleDbAzureBlobContainer.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic OracleDbAzureBlobContainer.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"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic OracleDbAzureBlobContainer build() 
 - 
copypublic OracleDbAzureBlobContainer.Builder copy(OracleDbAzureBlobContainer model) 
 
- 
 
-