Class OracleDbAzureBlobContainerSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dbmulticloud.model.OracleDbAzureBlobContainerSummary.Builder
-
- Enclosing class:
- OracleDbAzureBlobContainerSummary
public static class OracleDbAzureBlobContainerSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OracleDbAzureBlobContainerSummary.Builder id(String id)
The ID for the new mount resource.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public OracleDbAzureBlobContainerSummary.Builder displayName(String displayName)
Oracle DB Azure Blob Container resource name.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public OracleDbAzureBlobContainerSummary.Builder compartmentId(String compartmentId)
The ID of the compartment contains Oracle DB Azure Blob Container Resource.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
privateEndpointIpAddress
public OracleDbAzureBlobContainerSummary.Builder privateEndpointIpAddress(String privateEndpointIpAddress)
Private Endpoint IP.- Parameters:
privateEndpointIpAddress
- the value to set- Returns:
- this builder
-
privateEndpointDnsAlias
public OracleDbAzureBlobContainerSummary.Builder privateEndpointDnsAlias(String privateEndpointDnsAlias)
Private Endpoint DNS Alias.- Parameters:
privateEndpointDnsAlias
- the value to set- Returns:
- this builder
-
azureStorageAccountName
public OracleDbAzureBlobContainerSummary.Builder azureStorageAccountName(String azureStorageAccountName)
Azure Storage Account Name.- Parameters:
azureStorageAccountName
- the value to set- Returns:
- this builder
-
azureStorageContainerName
public OracleDbAzureBlobContainerSummary.Builder azureStorageContainerName(String azureStorageContainerName)
Azure Storage Container Name.- Parameters:
azureStorageContainerName
- the value to set- Returns:
- this builder
-
lifecycleState
public OracleDbAzureBlobContainerSummary.Builder lifecycleState(OracleDbAzureBlobContainer.LifecycleState lifecycleState)
The current lifecycle state of the Azure Arc Agent Resource.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleStateDetails
public OracleDbAzureBlobContainerSummary.Builder lifecycleStateDetails(String lifecycleStateDetails)
Description of the current lifecycle state in more detail.- Parameters:
lifecycleStateDetails
- the value to set- Returns:
- this builder
-
timeCreated
public OracleDbAzureBlobContainerSummary.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
-
timeUpdated
public OracleDbAzureBlobContainerSummary.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
-
lastModification
public OracleDbAzureBlobContainerSummary.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
-
freeformTags
public OracleDbAzureBlobContainerSummary.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
-
definedTags
public OracleDbAzureBlobContainerSummary.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
-
systemTags
public OracleDbAzureBlobContainerSummary.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
-
build
public OracleDbAzureBlobContainerSummary build()
-
copy
public OracleDbAzureBlobContainerSummary.Builder copy(OracleDbAzureBlobContainerSummary model)
-
-