Interface AwsCertificateManagerCertificateOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsCertificateManagerCertificateOptions.Builder,AwsCertificateManagerCertificateOptions>,SdkBuilder<AwsCertificateManagerCertificateOptions.Builder,AwsCertificateManagerCertificateOptions>,SdkPojo
- Enclosing class:
- AwsCertificateManagerCertificateOptions
public static interface AwsCertificateManagerCertificateOptions.Builder extends SdkPojo, CopyableBuilder<AwsCertificateManagerCertificateOptions.Builder,AwsCertificateManagerCertificateOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCertificateManagerCertificateOptions.BuildercertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)Whether to add the certificate to a transparency log.-
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, sdkFields
-
-
-
-
Method Detail
-
certificateTransparencyLoggingPreference
AwsCertificateManagerCertificateOptions.Builder certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
Whether to add the certificate to a transparency log.
Valid values:
DISABLED|ENABLED- Parameters:
certificateTransparencyLoggingPreference- Whether to add the certificate to a transparency log.Valid values:
DISABLED|ENABLED- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-