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 theCustomDataIdentifierSummary.Builder avoiding the need to
create one manually via
CustomDataIdentifierSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
CustomDataIdentifierSummary.Builder#items(java.util.Collection) 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 © 2023. All rights reserved.