public static class UpdateBdsInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateBdsInstanceDetails.Builder displayName(String displayName)
Name of the cluster.
displayName
- the value to setpublic UpdateBdsInstanceDetails.Builder bootstrapScriptUrl(String bootstrapScriptUrl)
Pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed..
bootstrapScriptUrl
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateBdsInstanceDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the Key Management master encryption key.
kmsKeyId
- the value to setpublic UpdateBdsInstanceDetails build()
public UpdateBdsInstanceDetails.Builder copy(UpdateBdsInstanceDetails model)
Copyright © 2016–2024. All rights reserved.