public static interface PublicKeyList.Builder extends SdkPojo, CopyableBuilder<PublicKeyList.Builder,PublicKeyList>
Modifier and Type | Method and Description |
---|---|
PublicKeyList.Builder |
items(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList.Builder |
items(Consumer<PublicKeySummary.Builder>... items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList.Builder |
items(PublicKeySummary... items)
An array of information about a public key you add to CloudFront to use with features like field-level
encryption.
|
PublicKeyList.Builder |
maxItems(Integer maxItems)
The maximum number of public keys you want in the response body.
|
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 you added to CloudFront to use with features like field-level encryption.
|
copy
applyMutation, build
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.
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 body.
maxItems
- The maximum number of public keys you want in the response body.PublicKeyList.Builder quantity(Integer quantity)
The number of public keys you added to CloudFront to use with features like field-level encryption.
quantity
- The number of public keys you added to CloudFront to use with features like field-level encryption.PublicKeyList.Builder items(Collection<PublicKeySummary> items)
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
items
- An array of information about a public key you add to CloudFront to use with features like field-level
encryption.PublicKeyList.Builder items(PublicKeySummary... items)
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
items
- An array of information about a public key you add to CloudFront to use with features like field-level
encryption.PublicKeyList.Builder items(Consumer<PublicKeySummary.Builder>... items)
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.