public static interface ListTypesResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListTypesResponse.Builder,ListTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypesResponse.Builder |
nextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
|
ListTypesResponse.Builder |
types(Collection<Type> types)
The
Type objects. |
ListTypesResponse.Builder |
types(Consumer<Type.Builder>... types)
The
Type objects. |
ListTypesResponse.Builder |
types(Type... types)
The
Type objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypesResponse.Builder types(Collection<Type> types)
The Type objects.
types - The Type objects.ListTypesResponse.Builder types(Type... types)
The Type objects.
types - The Type objects.ListTypesResponse.Builder types(Consumer<Type.Builder>... types)
The Type objects.
List.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 #types(List) .types - a consumer that will call methods on List.Builder #types(List) ListTypesResponse.Builder nextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to pass in the next request to this operation to return the next set of items in the
list.Copyright © 2022. All rights reserved.