public static interface GetRelationalDatabaseMasterUserPasswordRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseMasterUserPasswordRequest.Builder,GetRelationalDatabaseMasterUserPasswordRequest>
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseMasterUserPasswordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRelationalDatabaseMasterUserPasswordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRelationalDatabaseMasterUserPasswordRequest.Builder |
passwordVersion(RelationalDatabasePasswordVersion passwordVersion)
The password version to return.
|
GetRelationalDatabaseMasterUserPasswordRequest.Builder |
passwordVersion(String passwordVersion)
The password version to return.
|
GetRelationalDatabaseMasterUserPasswordRequest.Builder |
relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
|
build
overrideConfiguration
copy
applyMutation, build
GetRelationalDatabaseMasterUserPasswordRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
relationalDatabaseName
- The name of your database for which to get the master user password.GetRelationalDatabaseMasterUserPasswordRequest.Builder passwordVersion(String passwordVersion)
The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will rotate to
CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
passwordVersion
- The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will
rotate to CURRENT
. After the PENDING
password rotates to
CURRENT
, the PENDING
password is no longer available.
Default: CURRENT
RelationalDatabasePasswordVersion
,
RelationalDatabasePasswordVersion
GetRelationalDatabaseMasterUserPasswordRequest.Builder passwordVersion(RelationalDatabasePasswordVersion passwordVersion)
The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will rotate to
CURRENT
. After the PENDING
password rotates to CURRENT
, the
PENDING
password is no longer available.
Default: CURRENT
passwordVersion
- The password version to return.
Specifying CURRENT
or PREVIOUS
returns the current or previous passwords
respectively. Specifying PENDING
returns the newest version of the password that will
rotate to CURRENT
. After the PENDING
password rotates to
CURRENT
, the PENDING
password is no longer available.
Default: CURRENT
RelationalDatabasePasswordVersion
,
RelationalDatabasePasswordVersion
GetRelationalDatabaseMasterUserPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRelationalDatabaseMasterUserPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.