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 o) |
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.
|
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 build()
public UpdateBdsInstanceDetails.Builder copy(UpdateBdsInstanceDetails o)
Copyright © 2016–2022. All rights reserved.