Interface AcmeDomainValidationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AcmeDomainValidationSummary.Builder,,AcmeDomainValidationSummary> SdkBuilder<AcmeDomainValidationSummary.Builder,,AcmeDomainValidationSummary> SdkPojo
- Enclosing class:
AcmeDomainValidationSummary
-
Method Summary
Modifier and TypeMethodDescriptionacmeDomainValidationArn(String acmeDomainValidationArn) The Amazon Resource Name (ARN) of the ACME domain validation.acmeEndpointArn(String acmeEndpointArn) The Amazon Resource Name (ARN) of the ACME endpoint.The time at which the domain validation was created.domainName(String domainName) The domain name being validated.failureDetails(Consumer<FailureDetails.Builder> failureDetails) Details about the failure, if the validation failed.failureDetails(FailureDetails failureDetails) Details about the failure, if the validation failed.prevalidationDetails(Consumer<PrevalidationDetails.Builder> prevalidationDetails) Details about the prevalidation configuration.prevalidationDetails(PrevalidationDetails prevalidationDetails) Details about the prevalidation configuration.prevalidationType(String prevalidationType) The type of prevalidation used.prevalidationType(PrevalidationType prevalidationType) The type of prevalidation used.The status of the domain validation.status(AcmeDomainValidationStatus status) The status of the domain validation.The time at which the domain validation was last updated.Methods 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
-
acmeDomainValidationArn
The Amazon Resource Name (ARN) of the ACME domain validation.
- Parameters:
acmeDomainValidationArn- The Amazon Resource Name (ARN) of the ACME domain validation.- 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 being validated.
- Parameters:
domainName- The domain name being validated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prevalidationType
The type of prevalidation used.
- Parameters:
prevalidationType- The type of prevalidation used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
prevalidationType
The type of prevalidation used.
- Parameters:
prevalidationType- The type of prevalidation used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
prevalidationDetails
Details about the prevalidation configuration.
- Parameters:
prevalidationDetails- Details about the prevalidation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prevalidationDetails
default AcmeDomainValidationSummary.Builder prevalidationDetails(Consumer<PrevalidationDetails.Builder> prevalidationDetails) Details about the prevalidation configuration.
This is a convenience method that creates an instance of thePrevalidationDetails.Builderavoiding the need to create one manually viaPrevalidationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprevalidationDetails(PrevalidationDetails).- Parameters:
prevalidationDetails- a consumer that will call methods onPrevalidationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the domain validation.
- Parameters:
status- The status of the domain validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the domain validation.
- Parameters:
status- The status of the domain validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureDetails
Details about the failure, if the validation failed.
- Parameters:
failureDetails- Details about the failure, if the validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureDetails
default AcmeDomainValidationSummary.Builder failureDetails(Consumer<FailureDetails.Builder> failureDetails) Details about the failure, if the validation failed.
This is a convenience method that creates an instance of theFailureDetails.Builderavoiding the need to create one manually viaFailureDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailureDetails(FailureDetails).- Parameters:
failureDetails- a consumer that will call methods onFailureDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The time at which the domain validation was created.
- Parameters:
createdAt- The time at which the domain validation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time at which the domain validation was last updated.
- Parameters:
updatedAt- The time at which the domain validation was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-