Interface ListChannelsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>,NotificationsResponse.Builder,SdkBuilder<ListChannelsResponse.Builder,ListChannelsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListChannelsResponse
public static interface ListChannelsResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelsResponse.Builderchannels(String... channels)A list of Channels.ListChannelsResponse.Builderchannels(Collection<String> channels)A list of Channels.ListChannelsResponse.BuildernextToken(String nextToken)A pagination token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
nextToken
ListChannelsResponse.Builder nextToken(String nextToken)
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
- Parameters:
nextToken- A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
ListChannelsResponse.Builder channels(Collection<String> channels)
A list of Channels.
- Parameters:
channels- A list of Channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
ListChannelsResponse.Builder channels(String... channels)
A list of Channels.
- Parameters:
channels- A list of Channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-