public static interface ListCrlsResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<ListCrlsResponse.Builder,ListCrlsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCrlsResponse.Builder |
crls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResponse.Builder |
crls(Consumer<CrlDetail.Builder>... crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResponse.Builder |
crls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResponse.Builder |
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all
results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCrlsResponse.Builder crls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
crls - A list of certificate revocation lists (CRL).ListCrlsResponse.Builder crls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
crls - A list of certificate revocation lists (CRL).ListCrlsResponse.Builder crls(Consumer<CrlDetail.Builder>... crls)
A list of certificate revocation lists (CRL).
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #crls(List) .crls - a consumer that will call methods on List.Builder #crls(List) ListCrlsResponse.Builder nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
nextToken - A token that indicates where the output should continue from, if a previous operation did not show all
results. To get the next results, call the operation again with this value.Copyright © 2022. All rights reserved.