Interface CreateChannelPlacementGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateChannelPlacementGroupRequest.Builder,CreateChannelPlacementGroupRequest>,MediaLiveRequest.Builder,SdkBuilder<CreateChannelPlacementGroupRequest.Builder,CreateChannelPlacementGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateChannelPlacementGroupRequest
public static interface CreateChannelPlacementGroupRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelPlacementGroupRequest.Builder,CreateChannelPlacementGroupRequest>
-
-
Method Summary
-
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
-
clusterId
CreateChannelPlacementGroupRequest.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
CreateChannelPlacementGroupRequest.Builder name(String name)
Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.- Parameters:
name- 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
CreateChannelPlacementGroupRequest.Builder nodes(Collection<String> nodes)
An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.- Parameters:
nodes- An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
CreateChannelPlacementGroupRequest.Builder nodes(String... nodes)
An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.- Parameters:
nodes- An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
CreateChannelPlacementGroupRequest.Builder requestId(String requestId)
An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.- Parameters:
requestId- An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateChannelPlacementGroupRequest.Builder tags(Map<String,String> tags)
A collection of key-value pairs.- Parameters:
tags- A collection of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateChannelPlacementGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateChannelPlacementGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-