public static interface CrlDetail.Builder extends SdkPojo, CopyableBuilder<CrlDetail.Builder,CrlDetail>
| Modifier and Type | Method and Description |
|---|---|
CrlDetail.Builder |
createdAt(Instant createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
CrlDetail.Builder |
crlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
|
CrlDetail.Builder |
crlData(SdkBytes crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail.Builder |
crlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
CrlDetail.Builder |
enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CrlDetail.Builder |
name(String name)
The name of the certificate revocation list (CRL).
|
CrlDetail.Builder |
trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
CrlDetail.Builder |
updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrlDetail.Builder createdAt(Instant createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
createdAt - The ISO-8601 timestamp when the certificate revocation list (CRL) was created.CrlDetail.Builder crlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
crlArn - The ARN of the certificate revocation list (CRL).CrlDetail.Builder crlData(SdkBytes crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
crlData - The state of the certificate revocation list (CRL) after a read or write operation.CrlDetail.Builder crlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
crlId - The unique identifier of the certificate revocation list (CRL).CrlDetail.Builder enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
enabled - Indicates whether the certificate revocation list (CRL) is enabled.CrlDetail.Builder name(String name)
The name of the certificate revocation list (CRL).
name - The name of the certificate revocation list (CRL).CrlDetail.Builder trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
trustAnchorArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.CrlDetail.Builder updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
updatedAt - The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.Copyright © 2023. All rights reserved.