Interface ManagedCertificateRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedCertificateRequest.Builder,ManagedCertificateRequest>,SdkBuilder<ManagedCertificateRequest.Builder,ManagedCertificateRequest>,SdkPojo
- Enclosing class:
- ManagedCertificateRequest
@Mutable @NotThreadSafe public static interface ManagedCertificateRequest.Builder extends SdkPojo, CopyableBuilder<ManagedCertificateRequest.Builder,ManagedCertificateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedCertificateRequest.BuildercertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying thedisabledoption.ManagedCertificateRequest.BuildercertificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying thedisabledoption.ManagedCertificateRequest.BuilderprimaryDomainName(String primaryDomainName)The primary domain name associated with the CloudFront managed ACM certificate.ManagedCertificateRequest.BuildervalidationTokenHost(String validationTokenHost)Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.ManagedCertificateRequest.BuildervalidationTokenHost(ValidationTokenHost validationTokenHost)Specify how the HTTP validation token will be served when requesting the 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
-
validationTokenHost
ManagedCertificateRequest.Builder validationTokenHost(String validationTokenHost)
Specify how the HTTP validation token will be served when requesting the 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.
- Parameters:
validationTokenHost- Specify how the HTTP validation token will be served when requesting the 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidationTokenHost,ValidationTokenHost
-
-
validationTokenHost
ManagedCertificateRequest.Builder validationTokenHost(ValidationTokenHost validationTokenHost)
Specify how the HTTP validation token will be served when requesting the 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.
- Parameters:
validationTokenHost- Specify how the HTTP validation token will be served when requesting the 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidationTokenHost,ValidationTokenHost
-
-
primaryDomainName
ManagedCertificateRequest.Builder primaryDomainName(String primaryDomainName)
The primary domain name associated with the CloudFront managed ACM certificate.
- Parameters:
primaryDomainName- The primary domain name associated with the CloudFront managed ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateTransparencyLoggingPreference
ManagedCertificateRequest.Builder certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
You can opt out of certificate transparency logging by specifying the
disabledoption. Opt in by specifyingenabled. For more information, see Certificate Transparency Logging in the Certificate Manager User Guide.- Parameters:
certificateTransparencyLoggingPreference- You can opt out of certificate transparency logging by specifying thedisabledoption. Opt in by specifyingenabled. For more information, see Certificate Transparency Logging in the Certificate Manager User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateTransparencyLoggingPreference,CertificateTransparencyLoggingPreference
-
certificateTransparencyLoggingPreference
ManagedCertificateRequest.Builder certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)
You can opt out of certificate transparency logging by specifying the
disabledoption. Opt in by specifyingenabled. For more information, see Certificate Transparency Logging in the Certificate Manager User Guide.- Parameters:
certificateTransparencyLoggingPreference- You can opt out of certificate transparency logging by specifying thedisabledoption. Opt in by specifyingenabled. For more information, see Certificate Transparency Logging in the Certificate Manager User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateTransparencyLoggingPreference,CertificateTransparencyLoggingPreference
-
-