public static interface FieldLevelEncryptionProfileList.Builder extends SdkPojo, CopyableBuilder<FieldLevelEncryptionProfileList.Builder,FieldLevelEncryptionProfileList>
Modifier and Type | Method and Description |
---|---|
FieldLevelEncryptionProfileList.Builder |
items(Collection<FieldLevelEncryptionProfileSummary> items)
The field-level encryption profile items.
|
FieldLevelEncryptionProfileList.Builder |
items(Consumer<FieldLevelEncryptionProfileSummary.Builder>... items)
The field-level encryption profile items.
|
FieldLevelEncryptionProfileList.Builder |
items(FieldLevelEncryptionProfileSummary... items)
The field-level encryption profile items.
|
FieldLevelEncryptionProfileList.Builder |
maxItems(Integer maxItems)
The maximum number of field-level encryption profiles you want in the response body.
|
FieldLevelEncryptionProfileList.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 profiles where you left off. |
FieldLevelEncryptionProfileList.Builder |
quantity(Integer quantity)
The number of field-level encryption profiles.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FieldLevelEncryptionProfileList.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 profiles 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 profiles where you left
off.FieldLevelEncryptionProfileList.Builder maxItems(Integer maxItems)
The maximum number of field-level encryption profiles you want in the response body.
maxItems
- The maximum number of field-level encryption profiles you want in the response body.FieldLevelEncryptionProfileList.Builder quantity(Integer quantity)
The number of field-level encryption profiles.
quantity
- The number of field-level encryption profiles.FieldLevelEncryptionProfileList.Builder items(Collection<FieldLevelEncryptionProfileSummary> items)
The field-level encryption profile items.
items
- The field-level encryption profile items.FieldLevelEncryptionProfileList.Builder items(FieldLevelEncryptionProfileSummary... items)
The field-level encryption profile items.
items
- The field-level encryption profile items.FieldLevelEncryptionProfileList.Builder items(Consumer<FieldLevelEncryptionProfileSummary.Builder>... items)
The field-level encryption profile items.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #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 © 2019. All rights reserved.