Interface CertificateOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CertificateOptions.Builder,,CertificateOptions> SdkBuilder<CertificateOptions.Builder,,CertificateOptions> SdkPojo
- Enclosing class:
CertificateOptions
@Mutable
@NotThreadSafe
public static interface CertificateOptions.Builder
extends SdkPojo, CopyableBuilder<CertificateOptions.Builder,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.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:
-