Interface ListChannelNamespacesResponse.Builder
-
- All Superinterfaces:
AppSyncResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListChannelNamespacesResponse.Builder,ListChannelNamespacesResponse>,SdkBuilder<ListChannelNamespacesResponse.Builder,ListChannelNamespacesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListChannelNamespacesResponse
public static interface ListChannelNamespacesResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListChannelNamespacesResponse.Builder,ListChannelNamespacesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelNamespacesResponse.BuilderchannelNamespaces(Collection<ChannelNamespace> channelNamespaces)TheChannelNamespaceobjects.ListChannelNamespacesResponse.BuilderchannelNamespaces(Consumer<ChannelNamespace.Builder>... channelNamespaces)TheChannelNamespaceobjects.ListChannelNamespacesResponse.BuilderchannelNamespaces(ChannelNamespace... channelNamespaces)TheChannelNamespaceobjects.ListChannelNamespacesResponse.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.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channelNamespaces
ListChannelNamespacesResponse.Builder channelNamespaces(Collection<ChannelNamespace> channelNamespaces)
The
ChannelNamespaceobjects.- Parameters:
channelNamespaces- TheChannelNamespaceobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelNamespaces
ListChannelNamespacesResponse.Builder channelNamespaces(ChannelNamespace... channelNamespaces)
The
ChannelNamespaceobjects.- Parameters:
channelNamespaces- TheChannelNamespaceobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelNamespaces
ListChannelNamespacesResponse.Builder channelNamespaces(Consumer<ChannelNamespace.Builder>... channelNamespaces)
The
This is a convenience method that creates an instance of theChannelNamespaceobjects.ChannelNamespace.Builderavoiding the need to create one manually viaChannelNamespace.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#channelNamespaces(List.) - Parameters:
channelNamespaces- a consumer that will call methods onChannelNamespace.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#channelNamespaces(java.util.Collection)
-
nextToken
ListChannelNamespacesResponse.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.
-
-