| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
static CrlDetail.Builder |
CrlDetail.builder() |
CrlDetail.Builder |
CrlDetail.Builder.createdAt(Instant createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
CrlDetail.Builder |
CrlDetail.Builder.crlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
|
CrlDetail.Builder |
CrlDetail.Builder.crlData(SdkBytes crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail.Builder |
CrlDetail.Builder.crlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
CrlDetail.Builder |
CrlDetail.Builder.enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CrlDetail.Builder |
CrlDetail.Builder.name(String name)
The name of the certificate revocation list (CRL).
|
CrlDetail.Builder |
CrlDetail.toBuilder() |
CrlDetail.Builder |
CrlDetail.Builder.trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
CrlDetail.Builder |
CrlDetail.Builder.updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CrlDetail.Builder> |
CrlDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCrlResponse.Builder |
GetCrlResponse.Builder.crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
default ImportCrlResponse.Builder |
ImportCrlResponse.Builder.crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
default DeleteCrlResponse.Builder |
DeleteCrlResponse.Builder.crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
default EnableCrlResponse.Builder |
EnableCrlResponse.Builder.crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
default DisableCrlResponse.Builder |
DisableCrlResponse.Builder.crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
default UpdateCrlResponse.Builder |
UpdateCrlResponse.Builder.crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
Copyright © 2023. All rights reserved.