Interface ListChannelsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListChannelsResponse.Builder,,- ListChannelsResponse> - NotificationsResponse.Builder,- SdkBuilder<ListChannelsResponse.Builder,,- ListChannelsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListChannelsResponse
@Mutable
@NotThreadSafe
public static interface ListChannelsResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA list of Channels.channels(Collection<String> channels) A list of Channels.A pagination token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenA 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.
 
- 
channelsA list of Channels. - Parameters:
- channels- A list of Channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
channelsA list of Channels. - Parameters:
- channels- A list of Channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-