public static interface UpdateCrlResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<UpdateCrlResponse.Builder,UpdateCrlResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateCrlResponse.Builder |
crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
UpdateCrlResponse.Builder |
crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCrlResponse.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 UpdateCrlResponse.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.