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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateOptions.BuildercertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying theDISABLEDoption.CertificateOptions.BuildercertificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying theDISABLEDoption.-
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
CertificateOptions.Builder certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
You can opt out of certificate transparency logging by specifying the
DISABLEDoption. Opt in by specifyingENABLED.- Parameters:
certificateTransparencyLoggingPreference- You can opt out of certificate transparency logging by specifying theDISABLEDoption. Opt in by specifyingENABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateTransparencyLoggingPreference,CertificateTransparencyLoggingPreference
-
certificateTransparencyLoggingPreference
CertificateOptions.Builder certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)
You can opt out of certificate transparency logging by specifying the
DISABLEDoption. Opt in by specifyingENABLED.- Parameters:
certificateTransparencyLoggingPreference- You can opt out of certificate transparency logging by specifying theDISABLEDoption. Opt in by specifyingENABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateTransparencyLoggingPreference,CertificateTransparencyLoggingPreference
-
-