Package com.oracle.bmc.datasafe.model
Class DataSafeConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.DataSafeConfiguration.Builder
 
- 
- Enclosing class:
- DataSafeConfiguration
 
 public static class DataSafeConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
isEnabledpublic DataSafeConfiguration.Builder isEnabled(Boolean isEnabled) Indicates if Data Safe is enabled.- Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
urlpublic DataSafeConfiguration.Builder url(String url) The URL of the Data Safe service.- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic DataSafeConfiguration.Builder compartmentId(String compartmentId) The OCID of the tenancy used to enable Data Safe.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeEnabledpublic DataSafeConfiguration.Builder timeEnabled(Date timeEnabled) The date and time Data Safe was enabled, in the format defined by RFC3339.- Parameters:
- timeEnabled- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DataSafeConfiguration.Builder lifecycleState(LifecycleState lifecycleState) The current state of Data Safe.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
dataSafeNatGatewayIpAddresspublic DataSafeConfiguration.Builder dataSafeNatGatewayIpAddress(String dataSafeNatGatewayIpAddress) The Oracle Data Safe’s NAT Gateway IP Address.- Parameters:
- dataSafeNatGatewayIpAddress- the value to set
- Returns:
- this builder
 
 - 
globalSettingspublic DataSafeConfiguration.Builder globalSettings(GlobalSettings globalSettings) 
 - 
freeformTagspublic 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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic DataSafeConfiguration build() 
 - 
copypublic DataSafeConfiguration.Builder copy(DataSafeConfiguration model) 
 
- 
 
-