Interface ServerCertificateConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerCertificateConfig.Builder,
,ServerCertificateConfig> SdkBuilder<ServerCertificateConfig.Builder,
,ServerCertificateConfig> SdkPojo
- Enclosing class:
ServerCertificateConfig
public static interface ServerCertificateConfig.Builder
extends SdkPojo, CopyableBuilder<ServerCertificateConfig.Builder,ServerCertificateConfig>
-
Method Summary
Modifier and TypeMethodDescriptionenableOCSPCheck
(Boolean enableOCSPCheck) A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.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
-
enableOCSPCheck
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
- Parameters:
enableOCSPCheck
- A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-