Interface ManagedCertificateDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedCertificateDetails.Builder,
,ManagedCertificateDetails> SdkBuilder<ManagedCertificateDetails.Builder,
,ManagedCertificateDetails> SdkPojo
- Enclosing class:
ManagedCertificateDetails
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn
(String certificateArn) The ARN of the CloudFront managed ACM certificate.certificateStatus
(String certificateStatus) The status of the CloudFront managed ACM certificate.certificateStatus
(ManagedCertificateStatus certificateStatus) The status of the CloudFront managed ACM certificate.validationTokenDetails
(Collection<ValidationTokenDetail> validationTokenDetails) Contains details about the validation token of the specified CloudFront managed ACM certificate.validationTokenDetails
(Consumer<ValidationTokenDetail.Builder>... validationTokenDetails) Contains details about the validation token of the specified CloudFront managed ACM certificate.validationTokenDetails
(ValidationTokenDetail... validationTokenDetails) Contains details about the validation token of the specified CloudFront managed ACM certificate.validationTokenHost
(String validationTokenHost) Contains details about the validation token host of the specified CloudFront managed ACM certificate.validationTokenHost
(ValidationTokenHost validationTokenHost) Contains details about the validation token host of the specified CloudFront managed ACM certificate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
certificateArn
The ARN of the CloudFront managed ACM certificate.
- Parameters:
certificateArn
- The ARN of the CloudFront managed ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateStatus
The status of the CloudFront managed ACM certificate.
Your distribution tenant will be updated with the latest certificate status. When calling the UpdateDistributionTenant operation, use the latest value for the
ETag
.- Parameters:
certificateStatus
- The status of the CloudFront managed ACM certificate.Your distribution tenant will be updated with the latest certificate status. When calling the UpdateDistributionTenant operation, use the latest value for the
ETag
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateStatus
The status of the CloudFront managed ACM certificate.
Your distribution tenant will be updated with the latest certificate status. When calling the UpdateDistributionTenant operation, use the latest value for the
ETag
.- Parameters:
certificateStatus
- The status of the CloudFront managed ACM certificate.Your distribution tenant will be updated with the latest certificate status. When calling the UpdateDistributionTenant operation, use the latest value for the
ETag
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationTokenHost
Contains details about the validation token host of the specified CloudFront managed ACM certificate.
-
For
cloudfront
, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately. -
For
self-hosted
, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.
This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.
- Parameters:
validationTokenHost
- Contains details about the validation token host of the specified CloudFront managed ACM certificate.-
For
cloudfront
, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately. -
For
self-hosted
, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.
This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
validationTokenHost
Contains details about the validation token host of the specified CloudFront managed ACM certificate.
-
For
cloudfront
, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately. -
For
self-hosted
, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.
This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.
- Parameters:
validationTokenHost
- Contains details about the validation token host of the specified CloudFront managed ACM certificate.-
For
cloudfront
, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately. -
For
self-hosted
, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.
This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
validationTokenDetails
ManagedCertificateDetails.Builder validationTokenDetails(Collection<ValidationTokenDetail> validationTokenDetails) Contains details about the validation token of the specified CloudFront managed ACM certificate.
- Parameters:
validationTokenDetails
- Contains details about the validation token of the specified CloudFront managed ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationTokenDetails
ManagedCertificateDetails.Builder validationTokenDetails(ValidationTokenDetail... validationTokenDetails) Contains details about the validation token of the specified CloudFront managed ACM certificate.
- Parameters:
validationTokenDetails
- Contains details about the validation token of the specified CloudFront managed ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationTokenDetails
ManagedCertificateDetails.Builder validationTokenDetails(Consumer<ValidationTokenDetail.Builder>... validationTokenDetails) Contains details about the validation token of the specified CloudFront managed ACM certificate.
This is a convenience method that creates an instance of theValidationTokenDetail.Builder
avoiding the need to create one manually viaValidationTokenDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalidationTokenDetails(List<ValidationTokenDetail>)
.- Parameters:
validationTokenDetails
- a consumer that will call methods onValidationTokenDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-