public static interface PublicKeyList.Builder extends SdkPojo, CopyableBuilder<PublicKeyList.Builder,PublicKeyList>
| Modifier and Type | Method and Description |
|---|---|
PublicKeyList.Builder |
items(Collection<PublicKeySummary> items)
A list of public keys.
|
PublicKeyList.Builder |
items(Consumer<PublicKeySummary.Builder>... items)
A list of public keys.
|
PublicKeyList.Builder |
items(PublicKeySummary... items)
A list of public keys.
|
PublicKeyList.Builder |
maxItems(Integer maxItems)
The maximum number of public keys you want in the response.
|
PublicKeyList.Builder |
nextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for
the
Marker request parameter to continue listing your public keys where you left off. |
PublicKeyList.Builder |
quantity(Integer quantity)
The number of public keys in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicKeyList.Builder nextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for
the Marker request parameter to continue listing your public keys where you left off.
nextMarker - If there are more elements to be listed, this element is present and contains the value that you can
use for the Marker request parameter to continue listing your public keys where you left
off.PublicKeyList.Builder maxItems(Integer maxItems)
The maximum number of public keys you want in the response.
maxItems - The maximum number of public keys you want in the response.PublicKeyList.Builder quantity(Integer quantity)
The number of public keys in the list.
quantity - The number of public keys in the list.PublicKeyList.Builder items(Collection<PublicKeySummary> items)
A list of public keys.
items - A list of public keys.PublicKeyList.Builder items(PublicKeySummary... items)
A list of public keys.
items - A list of public keys.PublicKeyList.Builder items(Consumer<PublicKeySummary.Builder>... items)
A list of public keys.
This is a convenience 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 #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2021. All rights reserved.