Interface GetRandomPasswordResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetRandomPasswordResponse.Builder,GetRandomPasswordResponse>, SdkBuilder<GetRandomPasswordResponse.Builder,GetRandomPasswordResponse>, SdkPojo, SdkResponse.Builder, SecretsManagerResponse.Builder
Enclosing class:
GetRandomPasswordResponse

  • Method Details

    • randomPassword

      GetRandomPasswordResponse.Builder randomPassword(String randomPassword)

      A string with the password.

      Parameters:
      randomPassword - A string with the password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.