Interface CertificateOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CertificateOptions.Builder,
,CertificateOptions> SdkBuilder<CertificateOptions.Builder,
,CertificateOptions> SdkPojo
- Enclosing class:
CertificateOptions
public static interface CertificateOptions.Builder
extends SdkPojo, CopyableBuilder<CertificateOptions.Builder,CertificateOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateTransparencyLoggingPreference
(String certificateTransparencyLoggingPreference) You can opt out of certificate transparency logging by specifying theDISABLED
option.certificateTransparencyLoggingPreference
(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference) You can opt out of certificate transparency logging by specifying theDISABLED
option.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 Details
-
certificateTransparencyLoggingPreference
CertificateOptions.Builder certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) You can opt out of certificate transparency logging by specifying the
DISABLED
option. Opt in by specifyingENABLED
.- Parameters:
certificateTransparencyLoggingPreference
- You can opt out of certificate transparency logging by specifying theDISABLED
option. Opt in by specifyingENABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateTransparencyLoggingPreference
CertificateOptions.Builder certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference) You can opt out of certificate transparency logging by specifying the
DISABLED
option. Opt in by specifyingENABLED
.- Parameters:
certificateTransparencyLoggingPreference
- You can opt out of certificate transparency logging by specifying theDISABLED
option. Opt in by specifyingENABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-