public static class UpdateOpensearchClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateOpensearchClusterDetails.Builder displayName(String displayName)
The name of the cluster. Avoid entering confidential information.
displayName
- the value to setpublic UpdateOpensearchClusterDetails.Builder softwareVersion(String softwareVersion)
public UpdateOpensearchClusterDetails.Builder securityMode(SecurityMode securityMode)
The security mode of the cluster.
securityMode
- the value to setpublic UpdateOpensearchClusterDetails.Builder securityMasterUserName(String securityMasterUserName)
The name of the master user that are used to manage security config
securityMasterUserName
- the value to setpublic UpdateOpensearchClusterDetails.Builder securityMasterUserPasswordHash(String securityMasterUserPasswordHash)
The password hash of the master user that are used to manage security config
securityMasterUserPasswordHash
- the value to setpublic UpdateOpensearchClusterDetails.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. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateOpensearchClusterDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateOpensearchClusterDetails build()
public UpdateOpensearchClusterDetails.Builder copy(UpdateOpensearchClusterDetails model)
Copyright © 2016–2024. All rights reserved.