Interface ManagedCertificateDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedCertificateDetails.Builder,ManagedCertificateDetails>,SdkBuilder<ManagedCertificateDetails.Builder,ManagedCertificateDetails>,SdkPojo
- Enclosing class:
- ManagedCertificateDetails
@Mutable @NotThreadSafe public static interface ManagedCertificateDetails.Builder extends SdkPojo, CopyableBuilder<ManagedCertificateDetails.Builder,ManagedCertificateDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedCertificateDetails.BuildercertificateArn(String certificateArn)The ARN of the CloudFront managed ACM certificate.ManagedCertificateDetails.BuildercertificateStatus(String certificateStatus)The status of the CloudFront managed ACM certificate.ManagedCertificateDetails.BuildercertificateStatus(ManagedCertificateStatus certificateStatus)The status of the CloudFront managed ACM certificate.ManagedCertificateDetails.BuildervalidationTokenDetails(Collection<ValidationTokenDetail> validationTokenDetails)Contains details about the validation token of the specified CloudFront managed ACM certificate.ManagedCertificateDetails.BuildervalidationTokenDetails(Consumer<ValidationTokenDetail.Builder>... validationTokenDetails)Contains details about the validation token of the specified CloudFront managed ACM certificate.ManagedCertificateDetails.BuildervalidationTokenDetails(ValidationTokenDetail... validationTokenDetails)Contains details about the validation token of the specified CloudFront managed ACM certificate.ManagedCertificateDetails.BuildervalidationTokenHost(String validationTokenHost)Contains details about the validation token host of the specified CloudFront managed ACM certificate.ManagedCertificateDetails.BuildervalidationTokenHost(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 Detail
-
certificateArn
ManagedCertificateDetails.Builder certificateArn(String 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
ManagedCertificateDetails.Builder certificateStatus(String 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:
ManagedCertificateStatus,ManagedCertificateStatus
-
certificateStatus
ManagedCertificateDetails.Builder certificateStatus(ManagedCertificateStatus 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:
ManagedCertificateStatus,ManagedCertificateStatus
-
validationTokenHost
ManagedCertificateDetails.Builder validationTokenHost(String 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,ValidationTokenHost
-
-
validationTokenHost
ManagedCertificateDetails.Builder validationTokenHost(ValidationTokenHost 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,ValidationTokenHost
-
-
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.Builderavoiding the need to create one manually viaValidationTokenDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#validationTokenDetails(List.) - 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:
#validationTokenDetails(java.util.Collection)
-
-