Interface CertificateOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CertificateOptions.Builder,,CertificateOptions> SdkBuilder<CertificateOptions.Builder,,CertificateOptions> SdkPojo
- Enclosing class:
CertificateOptions
-
Method Summary
Modifier and TypeMethodDescriptioncertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) Deprecated.Certificate transparency logging opt-out is no longer available.certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference) Deprecated.Certificate transparency logging opt-out is no longer available.You can opt in to allow the export of your certificates by specifyingENABLED.export(CertificateExport export) You can opt in to allow the export of your certificates by specifyingENABLED.validationMethod(String validationMethod) The domain validation method for the certificate.validationMethod(ValidationMethod validationMethod) The domain validation method for the certificate.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
-
certificateTransparencyLoggingPreference
@Deprecated CertificateOptions.Builder certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) Deprecated.Certificate transparency logging opt-out is no longer available.This parameter has been deprecated. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log.
- Parameters:
certificateTransparencyLoggingPreference- This parameter has been deprecated. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateTransparencyLoggingPreference
@Deprecated CertificateOptions.Builder certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference) Deprecated.Certificate transparency logging opt-out is no longer available.This parameter has been deprecated. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log.
- Parameters:
certificateTransparencyLoggingPreference- This parameter has been deprecated. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
export
You can opt in to allow the export of your certificates by specifying
ENABLED. You cannot update the value ofExportafter the the certificate is created.- Parameters:
export- You can opt in to allow the export of your certificates by specifyingENABLED. You cannot update the value ofExportafter the the certificate is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
export
You can opt in to allow the export of your certificates by specifying
ENABLED. You cannot update the value ofExportafter the the certificate is created.- Parameters:
export- You can opt in to allow the export of your certificates by specifyingENABLED. You cannot update the value ofExportafter the the certificate is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationMethod
The domain validation method for the certificate. To migrate from email to DNS validation, specify
DNS.- Parameters:
validationMethod- The domain validation method for the certificate. To migrate from email to DNS validation, specifyDNS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationMethod
The domain validation method for the certificate. To migrate from email to DNS validation, specify
DNS.- Parameters:
validationMethod- The domain validation method for the certificate. To migrate from email to DNS validation, specifyDNS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-