Interface GetRelationalDatabaseMasterUserPasswordRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRelationalDatabaseMasterUserPasswordRequest.Builder,GetRelationalDatabaseMasterUserPasswordRequest>,LightsailRequest.Builder,SdkBuilder<GetRelationalDatabaseMasterUserPasswordRequest.Builder,GetRelationalDatabaseMasterUserPasswordRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRelationalDatabaseMasterUserPasswordRequest
public static interface GetRelationalDatabaseMasterUserPasswordRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseMasterUserPasswordRequest.Builder,GetRelationalDatabaseMasterUserPasswordRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRelationalDatabaseMasterUserPasswordRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRelationalDatabaseMasterUserPasswordRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRelationalDatabaseMasterUserPasswordRequest.BuilderpasswordVersion(String passwordVersion)The password version to return.GetRelationalDatabaseMasterUserPasswordRequest.BuilderpasswordVersion(RelationalDatabasePasswordVersion passwordVersion)The password version to return.GetRelationalDatabaseMasterUserPasswordRequest.BuilderrelationalDatabaseName(String relationalDatabaseName)The name of your database for which to get the master user password.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
relationalDatabaseName
GetRelationalDatabaseMasterUserPasswordRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get the master user password.
- Parameters:
relationalDatabaseName- The name of your database for which to get the master user password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordVersion
GetRelationalDatabaseMasterUserPasswordRequest.Builder passwordVersion(String passwordVersion)
The password version to return.
Specifying
CURRENTorPREVIOUSreturns the current or previous passwords respectively. SpecifyingPENDINGreturns the newest version of the password that will rotate toCURRENT. After thePENDINGpassword rotates toCURRENT, thePENDINGpassword is no longer available.Default:
CURRENT- Parameters:
passwordVersion- The password version to return.Specifying
CURRENTorPREVIOUSreturns the current or previous passwords respectively. SpecifyingPENDINGreturns the newest version of the password that will rotate toCURRENT. After thePENDINGpassword rotates toCURRENT, thePENDINGpassword is no longer available.Default:
CURRENT- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RelationalDatabasePasswordVersion,RelationalDatabasePasswordVersion
-
passwordVersion
GetRelationalDatabaseMasterUserPasswordRequest.Builder passwordVersion(RelationalDatabasePasswordVersion passwordVersion)
The password version to return.
Specifying
CURRENTorPREVIOUSreturns the current or previous passwords respectively. SpecifyingPENDINGreturns the newest version of the password that will rotate toCURRENT. After thePENDINGpassword rotates toCURRENT, thePENDINGpassword is no longer available.Default:
CURRENT- Parameters:
passwordVersion- The password version to return.Specifying
CURRENTorPREVIOUSreturns the current or previous passwords respectively. SpecifyingPENDINGreturns the newest version of the password that will rotate toCURRENT. After thePENDINGpassword rotates toCURRENT, thePENDINGpassword is no longer available.Default:
CURRENT- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RelationalDatabasePasswordVersion,RelationalDatabasePasswordVersion
-
overrideConfiguration
GetRelationalDatabaseMasterUserPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRelationalDatabaseMasterUserPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-