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 Summary
Modifier 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.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 Details
-
createdAt
The 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.
-
crlArn
The 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.
-
crlData
The 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.
-
crlId
The 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.
-
enabled
Indicates 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.
-
name
The 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.
-
trustAnchorArn
The 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.
-
updatedAt
The 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.
-