public static interface FieldLevelEncryptionList.Builder extends SdkPojo, CopyableBuilder<FieldLevelEncryptionList.Builder,FieldLevelEncryptionList>
Modifier and Type | Method and Description |
---|---|
FieldLevelEncryptionList.Builder |
items(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
|
FieldLevelEncryptionList.Builder |
items(Consumer<FieldLevelEncryptionSummary.Builder>... items)
An array of field-level encryption items.
|
FieldLevelEncryptionList.Builder |
items(FieldLevelEncryptionSummary... items)
An array of field-level encryption items.
|
FieldLevelEncryptionList.Builder |
maxItems(Integer maxItems)
The maximum number of elements you want in the response body.
|
FieldLevelEncryptionList.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 configurations where you left off. |
FieldLevelEncryptionList.Builder |
quantity(Integer quantity)
The number of field-level encryption items.
|
copy
applyMutation, build
FieldLevelEncryptionList.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 configurations 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 configurations where you
left off.FieldLevelEncryptionList.Builder maxItems(Integer maxItems)
The maximum number of elements you want in the response body.
maxItems
- The maximum number of elements you want in the response body.FieldLevelEncryptionList.Builder quantity(Integer quantity)
The number of field-level encryption items.
quantity
- The number of field-level encryption items.FieldLevelEncryptionList.Builder items(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
items
- An array of field-level encryption items.FieldLevelEncryptionList.Builder items(FieldLevelEncryptionSummary... items)
An array of field-level encryption items.
items
- An array of field-level encryption items.FieldLevelEncryptionList.Builder items(Consumer<FieldLevelEncryptionSummary.Builder>... items)
An array of field-level encryption items.
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.