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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MasterUserOptions.BuildermasterUserARN(String masterUserARN)Amazon Resource Name (ARN) for the master user.MasterUserOptions.BuildermasterUserName(String masterUserName)User name for the master user.MasterUserOptions.BuildermasterUserPassword(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 Detail
-
masterUserARN
MasterUserOptions.Builder masterUserARN(String masterUserARN)
Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabledisfalse.- Parameters:
masterUserARN- Amazon Resource Name (ARN) for the master user. Only specify ifInternalUserDatabaseEnabledisfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserName
MasterUserOptions.Builder masterUserName(String masterUserName)
User name for the master user. Only specify if
InternalUserDatabaseEnabledistrue.- Parameters:
masterUserName- User name for the master user. Only specify ifInternalUserDatabaseEnabledistrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUserPassword
MasterUserOptions.Builder masterUserPassword(String masterUserPassword)
Password for the master user. Only specify if
InternalUserDatabaseEnabledistrue.- Parameters:
masterUserPassword- Password for the master user. Only specify ifInternalUserDatabaseEnabledistrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-