Interface AwsOpenSearchServiceDomainMasterUserOptionsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsOpenSearchServiceDomainMasterUserOptionsDetails.Builder,
,AwsOpenSearchServiceDomainMasterUserOptionsDetails> SdkBuilder<AwsOpenSearchServiceDomainMasterUserOptionsDetails.Builder,
,AwsOpenSearchServiceDomainMasterUserOptionsDetails> SdkPojo
- Enclosing class:
AwsOpenSearchServiceDomainMasterUserOptionsDetails
public static interface AwsOpenSearchServiceDomainMasterUserOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainMasterUserOptionsDetails.Builder,AwsOpenSearchServiceDomainMasterUserOptionsDetails>
-
Method Summary
Modifier and TypeMethodDescriptionmasterUserArn
(String masterUserArn) The Amazon Resource Name (ARN) for the master user.masterUserName
(String masterUserName) The username for the master user.masterUserPassword
(String masterUserPassword) The password for the master user.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
The Amazon Resource Name (ARN) for the master user.
- Parameters:
masterUserArn
- The Amazon Resource Name (ARN) for the master user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserName
The username for the master user.
- Parameters:
masterUserName
- The username for the master user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserPassword
AwsOpenSearchServiceDomainMasterUserOptionsDetails.Builder masterUserPassword(String masterUserPassword) The password for the master user.
- Parameters:
masterUserPassword
- The password for the master user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-