Interface MasterUserOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MasterUserOptions.Builder,
,MasterUserOptions> SdkBuilder<MasterUserOptions.Builder,
,MasterUserOptions> SdkPojo
- Enclosing class:
MasterUserOptions
@Mutable
@NotThreadSafe
public static interface MasterUserOptions.Builder
extends SdkPojo, CopyableBuilder<MasterUserOptions.Builder,MasterUserOptions>
-
Method Summary
Modifier and TypeMethodDescriptionmasterUserARN
(String masterUserARN) Amazon Resource Name (ARN) for the master user.masterUserName
(String masterUserName) User name for the master user.masterUserPassword
(String masterUserPassword) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
masterUserARN
Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabled
isfalse
.- Parameters:
masterUserARN
- Amazon Resource Name (ARN) for the master user. Only specify ifInternalUserDatabaseEnabled
isfalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserName
User name for the master user. Only specify if
InternalUserDatabaseEnabled
istrue
.- Parameters:
masterUserName
- User name for the master user. Only specify ifInternalUserDatabaseEnabled
istrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserPassword
Password for the master user. Only specify if
InternalUserDatabaseEnabled
istrue
.- Parameters:
masterUserPassword
- Password for the master user. Only specify ifInternalUserDatabaseEnabled
istrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-