Interface CreateChannelPlacementGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateChannelPlacementGroupRequest.Builder,
,CreateChannelPlacementGroupRequest> MediaLiveRequest.Builder
,SdkBuilder<CreateChannelPlacementGroupRequest.Builder,
,CreateChannelPlacementGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateChannelPlacementGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateChannelPlacementGroupRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelPlacementGroupRequest.Builder,CreateChannelPlacementGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the cluster.Specify a name that is unique in the Cluster.An array of one ID for the Node that you want to associate with the ChannelPlacementGroup.nodes
(Collection<String> nodes) An array of one ID for the Node that you want to associate with the ChannelPlacementGroup.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An ID that you assign to a create request.A collection of key-value pairs.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 Details
-
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
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateChannelPlacementGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-