Interface AwsCertificateManagerCertificateOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsCertificateManagerCertificateOptions.Builder,,- AwsCertificateManagerCertificateOptions> - SdkBuilder<AwsCertificateManagerCertificateOptions.Builder,,- AwsCertificateManagerCertificateOptions> - SdkPojo
- Enclosing class:
- AwsCertificateManagerCertificateOptions
@Mutable
@NotThreadSafe
public static interface AwsCertificateManagerCertificateOptions.Builder
extends SdkPojo, CopyableBuilder<AwsCertificateManagerCertificateOptions.Builder,AwsCertificateManagerCertificateOptions> 
- 
Method SummaryModifier and TypeMethodDescriptioncertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) Whether to add the certificate to a transparency log.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
certificateTransparencyLoggingPreferenceAwsCertificateManagerCertificateOptions.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.
 
 
-