public static interface ResetServiceSpecificCredentialResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<ResetServiceSpecificCredentialResponse.Builder,ResetServiceSpecificCredentialResponse>
Modifier and Type | Method and Description |
---|---|
default ResetServiceSpecificCredentialResponse.Builder |
serviceSpecificCredential(Consumer<ServiceSpecificCredential.Builder> serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
|
ResetServiceSpecificCredentialResponse.Builder |
serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ResetServiceSpecificCredentialResponse.Builder serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
serviceSpecificCredential
- A structure with details about the updated service-specific credential, including the new
password. This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
default ResetServiceSpecificCredentialResponse.Builder serviceSpecificCredential(Consumer<ServiceSpecificCredential.Builder> serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
ServiceSpecificCredential.Builder
avoiding the need to create one manually via ServiceSpecificCredential.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to serviceSpecificCredential(ServiceSpecificCredential)
.serviceSpecificCredential
- a consumer that will call methods on ServiceSpecificCredential.Builder
serviceSpecificCredential(ServiceSpecificCredential)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.