public static class DataSafeConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
public DataSafeConfiguration.Builder isEnabled(Boolean isEnabled)
Indicates if Data Safe is enabled.
isEnabled
- the value to setpublic DataSafeConfiguration.Builder url(String url)
The URL of the Data Safe service.
url
- the value to setpublic DataSafeConfiguration.Builder compartmentId(String compartmentId)
The OCID of the tenancy used to enable Data Safe.
compartmentId
- the value to setpublic DataSafeConfiguration.Builder timeEnabled(Date timeEnabled)
The date and time Data Safe was enabled, in the format defined by RFC3339.
timeEnabled
- the value to setpublic DataSafeConfiguration.Builder lifecycleState(LifecycleState lifecycleState)
The current state of Data Safe.
lifecycleState
- the value to setpublic DataSafeConfiguration.Builder dataSafeNatGatewayIpAddress(String dataSafeNatGatewayIpAddress)
The Oracle Data Safe’s NAT Gateway IP Address.
dataSafeNatGatewayIpAddress
- the value to setpublic DataSafeConfiguration.Builder globalSettings(GlobalSettings globalSettings)
public DataSafeConfiguration.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"}
freeformTags
- the value to setpublic DataSafeConfiguration.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"}}
definedTags
- the value to setpublic DataSafeConfiguration build()
public DataSafeConfiguration.Builder copy(DataSafeConfiguration model)
Copyright © 2016–2024. All rights reserved.