Interface CreateServiceSpecificCredentialResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateServiceSpecificCredentialResponse.Builder,,- CreateServiceSpecificCredentialResponse> - IamResponse.Builder,- SdkBuilder<CreateServiceSpecificCredentialResponse.Builder,,- CreateServiceSpecificCredentialResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateServiceSpecificCredentialResponse
- 
Method SummaryModifier and TypeMethodDescriptionserviceSpecificCredential(Consumer<ServiceSpecificCredential.Builder> serviceSpecificCredential) A structure that contains information about the newly created service-specific credential.serviceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential) A structure that contains information about the newly created service-specific credential.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
serviceSpecificCredentialCreateServiceSpecificCredentialResponse.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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceSpecificCredentialdefault 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.Builderavoiding the need to create one manually viaServiceSpecificCredential.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceSpecificCredential(ServiceSpecificCredential).- Parameters:
- serviceSpecificCredential- a consumer that will call methods on- ServiceSpecificCredential.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-