public static interface ListTypesByAssociationResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListTypesByAssociationResponse.Builder,ListTypesByAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypesByAssociationResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.
|
ListTypesByAssociationResponse.Builder |
types(Collection<Type> types)
The
Type objects. |
ListTypesByAssociationResponse.Builder |
types(Consumer<Type.Builder>... types)
The
Type objects. |
ListTypesByAssociationResponse.Builder |
types(Type... types)
The
Type objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypesByAssociationResponse.Builder types(Collection<Type> types)
The Type objects.
types - The Type objects.ListTypesByAssociationResponse.Builder types(Type... types)
The Type objects.
types - The Type objects.ListTypesByAssociationResponse.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) ListTypesByAssociationResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return
the next set of items in the list.Copyright © 2023. All rights reserved.