public static interface GetCrlResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<GetCrlResponse.Builder,GetCrlResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetCrlResponse.Builder |
crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
GetCrlResponse.Builder |
crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCrlResponse.Builder crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
crl - The state of the certificate revocation list (CRL) after a read or write operation.default GetCrlResponse.Builder crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
This is a convenience method that creates an instance of theCrlDetail.Builder avoiding the need to
create one manually via CrlDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to crl(CrlDetail).
crl - a consumer that will call methods on CrlDetail.Buildercrl(CrlDetail)Copyright © 2022. All rights reserved.