Interface UpdateChannelPlacementGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateChannelPlacementGroupRequest.Builder,UpdateChannelPlacementGroupRequest>,MediaLiveRequest.Builder,SdkBuilder<UpdateChannelPlacementGroupRequest.Builder,UpdateChannelPlacementGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateChannelPlacementGroupRequest
public static interface UpdateChannelPlacementGroupRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelPlacementGroupRequest.Builder,UpdateChannelPlacementGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateChannelPlacementGroupRequest.BuilderchannelPlacementGroupId(String channelPlacementGroupId)The ID of the channel placement group.UpdateChannelPlacementGroupRequest.BuilderclusterId(String clusterId)The ID of the cluster.UpdateChannelPlacementGroupRequest.Buildername(String name)Include this parameter only if you want to change the current name of the ChannelPlacementGroup.UpdateChannelPlacementGroupRequest.Buildernodes(String... nodes)Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.UpdateChannelPlacementGroupRequest.Buildernodes(Collection<String> nodes)Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.UpdateChannelPlacementGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChannelPlacementGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelPlacementGroupId
UpdateChannelPlacementGroupRequest.Builder channelPlacementGroupId(String channelPlacementGroupId)
The ID of the channel placement group.- Parameters:
channelPlacementGroupId- The ID of the channel placement group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterId
UpdateChannelPlacementGroupRequest.Builder clusterId(String clusterId)
The ID of the cluster.- Parameters:
clusterId- The ID of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateChannelPlacementGroupRequest.Builder name(String name)
Include this parameter only if you want to change the current name of the ChannelPlacementGroup. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.- Parameters:
name- Include this parameter only if you want to change the current name of the ChannelPlacementGroup. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
UpdateChannelPlacementGroupRequest.Builder nodes(Collection<String> nodes)
Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.- Parameters:
nodes- Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
UpdateChannelPlacementGroupRequest.Builder nodes(String... nodes)
Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.- Parameters:
nodes- Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateChannelPlacementGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateChannelPlacementGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-