public static interface CreateServiceSpecificCredentialResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceSpecificCredentialResponse.Builder,CreateServiceSpecificCredentialResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceSpecificCredentialResponse.Builder |
serviceSpecificCredential(Consumer<ServiceSpecificCredential.Builder> serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
|
CreateServiceSpecificCredentialResponse.Builder |
serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceSpecificCredentialResponse.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 must 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 must reset the password with ResetServiceSpecificCredential.
default CreateServiceSpecificCredentialResponse.Builder serviceSpecificCredential(Consumer<ServiceSpecificCredential.Builder> 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 must reset the password with ResetServiceSpecificCredential.
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.BuilderserviceSpecificCredential(ServiceSpecificCredential)Copyright © 2022. All rights reserved.