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.
|
buildoverrideConfigurationcopyapplyMutation, buildGetRelationalDatabaseMasterUserPasswordRequest.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,
RelationalDatabasePasswordVersionGetRelationalDatabaseMasterUserPasswordRequest.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,
RelationalDatabasePasswordVersionGetRelationalDatabaseMasterUserPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetRelationalDatabaseMasterUserPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.