Interface ListTypesByAssociationResponse.Builder
-
- All Superinterfaces:
AppSyncResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListTypesByAssociationResponse.Builder,ListTypesByAssociationResponse>,SdkBuilder<ListTypesByAssociationResponse.Builder,ListTypesByAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTypesByAssociationResponse
public static interface ListTypesByAssociationResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListTypesByAssociationResponse.Builder,ListTypesByAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTypesByAssociationResponse.BuildernextToken(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.Buildertypes(Collection<Type> types)TheTypeobjects.ListTypesByAssociationResponse.Buildertypes(Consumer<Type.Builder>... types)TheTypeobjects.ListTypesByAssociationResponse.Buildertypes(Type... types)TheTypeobjects.-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
types
ListTypesByAssociationResponse.Builder types(Collection<Type> types)
The
Typeobjects.- Parameters:
types- TheTypeobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
ListTypesByAssociationResponse.Builder types(Type... types)
The
Typeobjects.- Parameters:
types- TheTypeobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
ListTypesByAssociationResponse.Builder types(Consumer<Type.Builder>... types)
The
This is a convenience method that creates an instance of theTypeobjects.Type.Builderavoiding the need to create one manually viaType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#types(List.) - Parameters:
types- a consumer that will call methods onType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#types(java.util.Collection)
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-