public static interface GetRandomPasswordResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<GetRandomPasswordResponse.Builder,GetRandomPasswordResponse>
Modifier and Type | Method and Description |
---|---|
GetRandomPasswordResponse.Builder |
randomPassword(String randomPassword)
A string with the generated password.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRandomPasswordResponse.Builder randomPassword(String randomPassword)
A string with the generated password.
randomPassword
- A string with the generated password.Copyright © 2020. All rights reserved.