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 Details

    • masterUserARN

      MasterUserOptions.Builder masterUserARN(String masterUserARN)

      Amazon Resource Name (ARN) for the master user. Only specify if InternalUserDatabaseEnabled is false.

      Parameters:
      masterUserARN - Amazon Resource Name (ARN) for the master user. Only specify if InternalUserDatabaseEnabled is false.
      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 InternalUserDatabaseEnabled is true.

      Parameters:
      masterUserName - User name for the master user. Only specify if InternalUserDatabaseEnabled is true.
      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 InternalUserDatabaseEnabled is true.

      Parameters:
      masterUserPassword - Password for the master user. Only specify if InternalUserDatabaseEnabled is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.