Interface GetAcmeExternalAccountBindingCredentialsResponse.Builder
- All Superinterfaces:
AcmResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetAcmeExternalAccountBindingCredentialsResponse.Builder,,GetAcmeExternalAccountBindingCredentialsResponse> SdkBuilder<GetAcmeExternalAccountBindingCredentialsResponse.Builder,,GetAcmeExternalAccountBindingCredentialsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetAcmeExternalAccountBindingCredentialsResponse
@Mutable
@NotThreadSafe
public static interface GetAcmeExternalAccountBindingCredentialsResponse.Builder
extends AcmResponse.Builder, SdkPojo, CopyableBuilder<GetAcmeExternalAccountBindingCredentialsResponse.Builder,GetAcmeExternalAccountBindingCredentialsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe key identifier for the external account binding credentials.The MAC key for the external account binding credentials.Methods inherited from interface software.amazon.awssdk.services.acm.model.AcmResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
keyId
The key identifier for the external account binding credentials.
- Parameters:
keyId- The key identifier for the external account binding credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macKey
The MAC key for the external account binding credentials.
- Parameters:
macKey- The MAC key for the external account binding credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-