CopyableBuilder<ResetServiceSpecificCredentialResponse.Builder,ResetServiceSpecificCredentialResponse>
, SdkBuilder<ResetServiceSpecificCredentialResponse.Builder,ResetServiceSpecificCredentialResponse>
public static interface ResetServiceSpecificCredentialResponse.Builder extends CopyableBuilder<ResetServiceSpecificCredentialResponse.Builder,ResetServiceSpecificCredentialResponse>
Modifier and Type | Method | Description |
---|---|---|
ResetServiceSpecificCredentialResponse.Builder |
serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential) |
A structure with details about the updated service-specific credential, including the new password.
|
copy
apply, 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.