public static interface ListCustomDataIdentifiersResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListCustomDataIdentifiersResponse.Builder,ListCustomDataIdentifiersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomDataIdentifiersResponse.Builder |
items(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
|
ListCustomDataIdentifiersResponse.Builder |
items(Consumer<CustomDataIdentifierSummary.Builder>... items)
An array of objects, one for each custom data identifier.
|
ListCustomDataIdentifiersResponse.Builder |
items(CustomDataIdentifierSummary... items)
An array of objects, one for each custom data identifier.
|
ListCustomDataIdentifiersResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomDataIdentifiersResponse.Builder items(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
items - An array of objects, one for each custom data identifier.ListCustomDataIdentifiersResponse.Builder items(CustomDataIdentifierSummary... items)
An array of objects, one for each custom data identifier.
items - An array of objects, one for each custom data identifier.ListCustomDataIdentifiersResponse.Builder items(Consumer<CustomDataIdentifierSummary.Builder>... items)
An array of objects, one for each custom data identifier.
This is a convenience method 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) ListCustomDataIdentifiersResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.