Interface CrlDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CrlDetail.Builder,,- CrlDetail> - SdkBuilder<CrlDetail.Builder,,- CrlDetail> - SdkPojo
- Enclosing class:
- CrlDetail
@Mutable
@NotThreadSafe
public static interface CrlDetail.Builder
extends SdkPojo, CopyableBuilder<CrlDetail.Builder,CrlDetail> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ISO-8601 timestamp when the certificate revocation list (CRL) was created.The ARN of the certificate revocation list (CRL).The state of the certificate revocation list (CRL) after a read or write operation.The unique identifier of the certificate revocation list (CRL).Indicates whether the certificate revocation list (CRL) is enabled.The name of the certificate revocation list (CRL).trustAnchorArn(String trustAnchorArn) The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createdAtThe ISO-8601 timestamp when the certificate revocation list (CRL) was created. - Parameters:
- createdAt- The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
crlArnThe ARN of the certificate revocation list (CRL). - Parameters:
- crlArn- The ARN of the certificate revocation list (CRL).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
crlDataThe state of the certificate revocation list (CRL) after a read or write operation. - Parameters:
- crlData- The state of the certificate revocation list (CRL) after a read or write operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
crlIdThe unique identifier of the certificate revocation list (CRL). - Parameters:
- crlId- The unique identifier of the certificate revocation list (CRL).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enabledIndicates whether the certificate revocation list (CRL) is enabled. - Parameters:
- enabled- Indicates whether the certificate revocation list (CRL) is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the certificate revocation list (CRL). - Parameters:
- name- The name of the certificate revocation list (CRL).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trustAnchorArnThe ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. - Parameters:
- trustAnchorArn- The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe ISO-8601 timestamp when the certificate revocation list (CRL) was last updated. - Parameters:
- updatedAt- The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-