Class CrlDistributionPointExtensionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.acmpca.model.CrlDistributionPointExtensionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CrlDistributionPointExtensionConfiguration.Builder,CrlDistributionPointExtensionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CrlDistributionPointExtensionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CrlDistributionPointExtensionConfiguration.Builder,CrlDistributionPointExtensionConfiguration>
Contains configuration information for the default behavior of the CRL Distribution Point (CDP) extension in certificates issued by your CA. This extension contains a link to download the CRL, so you can check whether a certificate has been revoked. To choose whether you want this extension omitted or not in certificates issued by your CA, you can set the OmitExtension parameter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCrlDistributionPointExtensionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrlDistributionPointExtensionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanomitExtension()Configures whether the CRL Distribution Point extension should be populated with the default URL to the CRL.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CrlDistributionPointExtensionConfiguration.Builder>serializableBuilderClass()CrlDistributionPointExtensionConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
omitExtension
public final 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.
- Returns:
- 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.
-
toBuilder
public CrlDistributionPointExtensionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CrlDistributionPointExtensionConfiguration.Builder,CrlDistributionPointExtensionConfiguration>
-
builder
public static CrlDistributionPointExtensionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CrlDistributionPointExtensionConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-