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