Interface GetRandomPasswordResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRandomPasswordResponse.Builder,,GetRandomPasswordResponse> SdkBuilder<GetRandomPasswordResponse.Builder,,GetRandomPasswordResponse> SdkPojo,SdkResponse.Builder,SecretsManagerResponse.Builder
- Enclosing class:
GetRandomPasswordResponse
public static interface GetRandomPasswordResponse.Builder
extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<GetRandomPasswordResponse.Builder,GetRandomPasswordResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrandomPassword(String randomPassword) A string with the password.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.secretsmanager.model.SecretsManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
-