Interface ListChannelPlacementGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListChannelPlacementGroupsResponse.Builder,ListChannelPlacementGroupsResponse>,MediaLiveResponse.Builder,SdkBuilder<ListChannelPlacementGroupsResponse.Builder,ListChannelPlacementGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListChannelPlacementGroupsResponse
public static interface ListChannelPlacementGroupsResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListChannelPlacementGroupsResponse.Builder,ListChannelPlacementGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelPlacementGroupsResponse.BuilderchannelPlacementGroups(Collection<DescribeChannelPlacementGroupSummary> channelPlacementGroups)An array of ChannelPlacementGroups that exist in the Cluster.ListChannelPlacementGroupsResponse.BuilderchannelPlacementGroups(Consumer<DescribeChannelPlacementGroupSummary.Builder>... channelPlacementGroups)An array of ChannelPlacementGroups that exist in the Cluster.ListChannelPlacementGroupsResponse.BuilderchannelPlacementGroups(DescribeChannelPlacementGroupSummary... channelPlacementGroups)An array of ChannelPlacementGroups that exist in the Cluster.ListChannelPlacementGroupsResponse.BuildernextToken(String nextToken)Token for the next result.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.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
-
channelPlacementGroups
ListChannelPlacementGroupsResponse.Builder channelPlacementGroups(Collection<DescribeChannelPlacementGroupSummary> channelPlacementGroups)
An array of ChannelPlacementGroups that exist in the Cluster.- Parameters:
channelPlacementGroups- An array of ChannelPlacementGroups that exist in the Cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelPlacementGroups
ListChannelPlacementGroupsResponse.Builder channelPlacementGroups(DescribeChannelPlacementGroupSummary... channelPlacementGroups)
An array of ChannelPlacementGroups that exist in the Cluster.- Parameters:
channelPlacementGroups- An array of ChannelPlacementGroups that exist in the Cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelPlacementGroups
ListChannelPlacementGroupsResponse.Builder channelPlacementGroups(Consumer<DescribeChannelPlacementGroupSummary.Builder>... channelPlacementGroups)
An array of ChannelPlacementGroups that exist in the Cluster. This is a convenience method that creates an instance of theDescribeChannelPlacementGroupSummary.Builderavoiding the need to create one manually viaDescribeChannelPlacementGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#channelPlacementGroups(List.) - Parameters:
channelPlacementGroups- a consumer that will call methods onDescribeChannelPlacementGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#channelPlacementGroups(java.util.Collection)
-
nextToken
ListChannelPlacementGroupsResponse.Builder nextToken(String nextToken)
Token for the next result.- Parameters:
nextToken- Token for the next result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-