Interface CreateAcmeDomainValidationRequest.Builder
- All Superinterfaces:
AcmRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateAcmeDomainValidationRequest.Builder,,CreateAcmeDomainValidationRequest> SdkBuilder<CreateAcmeDomainValidationRequest.Builder,,CreateAcmeDomainValidationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateAcmeDomainValidationRequest
@Mutable
@NotThreadSafe
public static interface CreateAcmeDomainValidationRequest.Builder
extends AcmRequest.Builder, SdkPojo, CopyableBuilder<CreateAcmeDomainValidationRequest.Builder,CreateAcmeDomainValidationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionacmeEndpointArn(String acmeEndpointArn) The Amazon Resource Name (ARN) of the ACME endpoint.domainName(String domainName) The domain name to validate.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.prevalidationOptions(Consumer<PrevalidationOptions.Builder> prevalidationOptions) The prevalidation options for the domain.prevalidationOptions(PrevalidationOptions prevalidationOptions) The prevalidation options for the domain.tags(Collection<Tag> tags) One or more tags to associate with the domain validation.tags(Consumer<Tag.Builder>... tags) One or more tags to associate with the domain validation.One or more tags to associate with the domain validation.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.
-
domainName
The domain name to validate.
- Parameters:
domainName- The domain name to validate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prevalidationOptions
CreateAcmeDomainValidationRequest.Builder prevalidationOptions(PrevalidationOptions prevalidationOptions) The prevalidation options for the domain.
- Parameters:
prevalidationOptions- The prevalidation options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prevalidationOptions
default CreateAcmeDomainValidationRequest.Builder prevalidationOptions(Consumer<PrevalidationOptions.Builder> prevalidationOptions) The prevalidation options for the domain.
This is a convenience method that creates an instance of thePrevalidationOptions.Builderavoiding the need to create one manually viaPrevalidationOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprevalidationOptions(PrevalidationOptions).- Parameters:
prevalidationOptions- a consumer that will call methods onPrevalidationOptions.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 domain validation.
- Parameters:
tags- One or more tags to associate with the domain validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags to associate with the domain validation.
- Parameters:
tags- One or more tags to associate with the domain validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags to associate with the domain validation.
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
CreateAcmeDomainValidationRequest.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
CreateAcmeDomainValidationRequest.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.
-