CopyableBuilder<CreateServiceSpecificCredentialResponse.Builder,CreateServiceSpecificCredentialResponse>
, SdkBuilder<CreateServiceSpecificCredentialResponse.Builder,CreateServiceSpecificCredentialResponse>
public static interface CreateServiceSpecificCredentialResponse.Builder extends CopyableBuilder<CreateServiceSpecificCredentialResponse.Builder,CreateServiceSpecificCredentialResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateServiceSpecificCredentialResponse.Builder |
serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential) |
A structure that contains information about the newly created service-specific credential.
|
copy
apply, build
CreateServiceSpecificCredentialResponse.Builder serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
serviceSpecificCredential
- A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.