Interface CreateAcmeExternalAccountBindingRequest.Builder
- All Superinterfaces:
AcmRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateAcmeExternalAccountBindingRequest.Builder,,CreateAcmeExternalAccountBindingRequest> SdkBuilder<CreateAcmeExternalAccountBindingRequest.Builder,,CreateAcmeExternalAccountBindingRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateAcmeExternalAccountBindingRequest
-
Method Summary
Modifier and TypeMethodDescriptionacmeEndpointArn(String acmeEndpointArn) The Amazon Resource Name (ARN) of the ACME endpoint.expiration(Consumer<Expiration.Builder> expiration) The expiration configuration for the external account binding.expiration(Expiration expiration) The expiration configuration for the external account binding.idempotencyToken(String idempotencyToken) A unique, case-sensitive identifier to ensure idempotency of the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM role to associate with the external account binding.tags(Collection<Tag> tags) One or more tags to associate with the external account binding.tags(Consumer<Tag.Builder>... tags) One or more tags to associate with the external account binding.One or more tags to associate with the external account binding.Methods inherited from interface software.amazon.awssdk.services.acm.model.AcmRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFields
-
Method Details
-
idempotencyToken
A unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
idempotencyToken- A unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acmeEndpointArn
The Amazon Resource Name (ARN) of the ACME endpoint.
- Parameters:
acmeEndpointArn- The Amazon Resource Name (ARN) of the ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to associate with the external account binding.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to associate with the external account binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiration
The expiration configuration for the external account binding.
- Parameters:
expiration- The expiration configuration for the external account binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiration
default CreateAcmeExternalAccountBindingRequest.Builder expiration(Consumer<Expiration.Builder> expiration) The expiration configuration for the external account binding.
This is a convenience method that creates an instance of theExpiration.Builderavoiding the need to create one manually viaExpiration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexpiration(Expiration).- Parameters:
expiration- a consumer that will call methods onExpiration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
One or more tags to associate with the external account binding.
- Parameters:
tags- One or more tags to associate with the external account binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags to associate with the external account binding.
- Parameters:
tags- One or more tags to associate with the external account binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags to associate with the external account binding.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateAcmeExternalAccountBindingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAcmeExternalAccountBindingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-