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) 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.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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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:
-
export
You can opt in to allow the export of your certificates by specifying
ENABLED
.- Parameters:
export
- You can opt in to allow the export of your certificates by specifyingENABLED
.- 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
.- Parameters:
export
- You can opt in to allow the export of your certificates by specifyingENABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-