Interface MasterUserOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MasterUserOptions.Builder,
,MasterUserOptions> SdkBuilder<MasterUserOptions.Builder,
,MasterUserOptions> SdkPojo
- Enclosing class:
MasterUserOptions
public static interface MasterUserOptions.Builder
extends SdkPojo, CopyableBuilder<MasterUserOptions.Builder,MasterUserOptions>
-
Method Summary
Modifier and TypeMethodDescriptionmasterUserARN
(String masterUserARN) ARN for the master user (if IAM is enabled).masterUserName
(String masterUserName) The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.masterUserPassword
(String masterUserPassword) The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
masterUserARN
ARN for the master user (if IAM is enabled).
- Parameters:
masterUserARN
- ARN for the master user (if IAM is enabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserName
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
- Parameters:
masterUserName
- The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserPassword
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
- Parameters:
masterUserPassword
- The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-