Interface CreateAcmeEndpointRequest.Builder
- All Superinterfaces:
AcmRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateAcmeEndpointRequest.Builder,,CreateAcmeEndpointRequest> SdkBuilder<CreateAcmeEndpointRequest.Builder,,CreateAcmeEndpointRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateAcmeEndpointRequest
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationBehavior(String authorizationBehavior) The authorization behavior for the ACME endpoint.authorizationBehavior(AcmeAuthorizationBehavior authorizationBehavior) The authorization behavior for the ACME endpoint.certificateAuthority(Consumer<CertificateAuthority.Builder> certificateAuthority) The type of certificate authority to use for issuing certificates through this ACME endpoint.certificateAuthority(CertificateAuthority certificateAuthority) The type of certificate authority to use for issuing certificates through this ACME endpoint.certificateTags(Collection<Tag> certificateTags) Tags to apply to certificates issued through this ACME endpoint.certificateTags(Consumer<Tag.Builder>... certificateTags) Tags to apply to certificates issued through this ACME endpoint.certificateTags(Tag... certificateTags) Tags to apply to certificates issued through this ACME endpoint.Specifies whether ACME clients must provide contact information during account registration.contact(AcmeContact contact) Specifies whether ACME clients must provide contact information during account registration.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.tags(Collection<Tag> tags) One or more tags to associate with the ACME endpoint.tags(Consumer<Tag.Builder>... tags) One or more tags to associate with the ACME endpoint.One or more tags to associate with the ACME endpoint.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.
-
authorizationBehavior
The authorization behavior for the ACME endpoint.
- Parameters:
authorizationBehavior- The authorization behavior for the ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationBehavior
CreateAcmeEndpointRequest.Builder authorizationBehavior(AcmeAuthorizationBehavior authorizationBehavior) The authorization behavior for the ACME endpoint.
- Parameters:
authorizationBehavior- The authorization behavior for the ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contact
Specifies whether ACME clients must provide contact information during account registration.
- Parameters:
contact- Specifies whether ACME clients must provide contact information during account registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contact
Specifies whether ACME clients must provide contact information during account registration.
- Parameters:
contact- Specifies whether ACME clients must provide contact information during account registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateAuthority
The type of certificate authority to use for issuing certificates through this ACME endpoint.
- Parameters:
certificateAuthority- The type of certificate authority to use for issuing certificates through this ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthority
default CreateAcmeEndpointRequest.Builder certificateAuthority(Consumer<CertificateAuthority.Builder> certificateAuthority) The type of certificate authority to use for issuing certificates through this ACME endpoint.
This is a convenience method that creates an instance of theCertificateAuthority.Builderavoiding the need to create one manually viaCertificateAuthority.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificateAuthority(CertificateAuthority).- Parameters:
certificateAuthority- a consumer that will call methods onCertificateAuthority.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 ACME endpoint.
- Parameters:
tags- One or more tags to associate with the ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags to associate with the ACME endpoint.
- Parameters:
tags- One or more tags to associate with the ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags to associate with the ACME endpoint.
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:
-
certificateTags
Tags to apply to certificates issued through this ACME endpoint.
- Parameters:
certificateTags- Tags to apply to certificates issued through this ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateTags
Tags to apply to certificates issued through this ACME endpoint.
- Parameters:
certificateTags- Tags to apply to certificates issued through this ACME endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateTags
Tags to apply to certificates issued through this ACME endpoint.
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 tocertificateTags(List<Tag>).- Parameters:
certificateTags- 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
CreateAcmeEndpointRequest.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
CreateAcmeEndpointRequest.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.
-