Package com.oracle.bmc.bds.model
Class UpdateBdsInstanceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.UpdateBdsInstanceDetails.Builder
-
- Enclosing class:
- UpdateBdsInstanceDetails
public static class UpdateBdsInstanceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBdsInstanceDetails.Builder
bootstrapScriptUrl(String bootstrapScriptUrl)
Pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed..UpdateBdsInstanceDetails
build()
UpdateBdsInstanceDetails.Builder
copy(UpdateBdsInstanceDetails model)
UpdateBdsInstanceDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateBdsInstanceDetails.Builder
displayName(String displayName)
Name of the cluster.UpdateBdsInstanceDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.UpdateBdsInstanceDetails.Builder
kmsKeyId(String kmsKeyId)
The OCID of the Key Management master encryption key.UpdateBdsInstanceDetails.Builder
networkConfig(NetworkConfig networkConfig)
-
-
-
Method Detail
-
displayName
public UpdateBdsInstanceDetails.Builder displayName(String displayName)
Name of the cluster.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
bootstrapScriptUrl
public UpdateBdsInstanceDetails.Builder bootstrapScriptUrl(String bootstrapScriptUrl)
Pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed..- Parameters:
bootstrapScriptUrl
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateBdsInstanceDetails.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. For example, {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateBdsInstanceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For example, {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
kmsKeyId
public UpdateBdsInstanceDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the Key Management master encryption key.- Parameters:
kmsKeyId
- the value to set- Returns:
- this builder
-
networkConfig
public UpdateBdsInstanceDetails.Builder networkConfig(NetworkConfig networkConfig)
-
build
public UpdateBdsInstanceDetails build()
-
copy
public UpdateBdsInstanceDetails.Builder copy(UpdateBdsInstanceDetails model)
-
-