public static interface MasterUserOptions.Builder extends SdkPojo, CopyableBuilder<MasterUserOptions.Builder,MasterUserOptions>
| Modifier and Type | Method and Description |
|---|---|
MasterUserOptions.Builder |
masterUserARN(String masterUserARN)
ARN for the master user (if IAM is enabled).
|
MasterUserOptions.Builder |
masterUserName(String masterUserName)
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
|
MasterUserOptions.Builder |
masterUserPassword(String masterUserPassword)
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMasterUserOptions.Builder masterUserARN(String masterUserARN)
ARN for the master user (if IAM is enabled).
masterUserARN - ARN for the master user (if IAM is enabled).MasterUserOptions.Builder masterUserName(String masterUserName)
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
masterUserName - The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal
database.MasterUserOptions.Builder masterUserPassword(String masterUserPassword)
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
masterUserPassword - The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal
database.Copyright © 2023. All rights reserved.