Interface CrlDistributionPointExtensionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CrlDistributionPointExtensionConfiguration.Builder,CrlDistributionPointExtensionConfiguration>,SdkBuilder<CrlDistributionPointExtensionConfiguration.Builder,CrlDistributionPointExtensionConfiguration>,SdkPojo
- Enclosing class:
- CrlDistributionPointExtensionConfiguration
public static interface CrlDistributionPointExtensionConfiguration.Builder extends SdkPojo, CopyableBuilder<CrlDistributionPointExtensionConfiguration.Builder,CrlDistributionPointExtensionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CrlDistributionPointExtensionConfiguration.BuilderomitExtension(Boolean omitExtension)Configures whether the CRL Distribution Point extension should be populated with the default URL to the CRL.-
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 Detail
-
omitExtension
CrlDistributionPointExtensionConfiguration.Builder omitExtension(Boolean omitExtension)
Configures whether the CRL Distribution Point extension should be populated with the default URL to the CRL. If set to
true, then the CDP extension will not be present in any certificates issued by that CA unless otherwise specified through CSR or API passthrough.Only set this if you have another way to distribute the CRL Distribution Points ffor certificates issued by your CA, such as the Matter Distributed Compliance Ledger
This configuration cannot be enabled with a custom CNAME set.
- Parameters:
omitExtension- Configures whether the CRL Distribution Point extension should be populated with the default URL to the CRL. If set totrue, then the CDP extension will not be present in any certificates issued by that CA unless otherwise specified through CSR or API passthrough.Only set this if you have another way to distribute the CRL Distribution Points ffor certificates issued by your CA, such as the Matter Distributed Compliance Ledger
This configuration cannot be enabled with a custom CNAME set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-