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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRandomPasswordResponse.BuilderrandomPassword(String randomPassword)A string with the password.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.secretsmanager.model.SecretsManagerResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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.
-
-