Interface UpdateNodeStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNodeStateRequest.Builder,UpdateNodeStateRequest>,MediaLiveRequest.Builder,SdkBuilder<UpdateNodeStateRequest.Builder,UpdateNodeStateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateNodeStateRequest
public static interface UpdateNodeStateRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateNodeStateRequest.Builder,UpdateNodeStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateNodeStateRequest.BuilderclusterId(String clusterId)The ID of the clusterUpdateNodeStateRequest.BuildernodeId(String nodeId)The ID of the node.UpdateNodeStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNodeStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateNodeStateRequest.Builderstate(String state)The state to apply to the Node.UpdateNodeStateRequest.Builderstate(UpdateNodeState state)The state to apply to the Node.-
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
UpdateNodeStateRequest.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.
-
nodeId
UpdateNodeStateRequest.Builder nodeId(String nodeId)
The ID of the node.- Parameters:
nodeId- The ID of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdateNodeStateRequest.Builder state(String state)
The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to indicate that the Node is deployable. MediaLive Anywhere will consider this node it needs a Node to run a Channel on, or when it needs a Node to promote from a backup node to an active node. Set to DRAINING to isolate the Node so that MediaLive Anywhere won't use it.- Parameters:
state- The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to indicate that the Node is deployable. MediaLive Anywhere will consider this node it needs a Node to run a Channel on, or when it needs a Node to promote from a backup node to an active node. Set to DRAINING to isolate the Node so that MediaLive Anywhere won't use it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateNodeState,UpdateNodeState
-
state
UpdateNodeStateRequest.Builder state(UpdateNodeState state)
The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to indicate that the Node is deployable. MediaLive Anywhere will consider this node it needs a Node to run a Channel on, or when it needs a Node to promote from a backup node to an active node. Set to DRAINING to isolate the Node so that MediaLive Anywhere won't use it.- Parameters:
state- The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to indicate that the Node is deployable. MediaLive Anywhere will consider this node it needs a Node to run a Channel on, or when it needs a Node to promote from a backup node to an active node. Set to DRAINING to isolate the Node so that MediaLive Anywhere won't use it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateNodeState,UpdateNodeState
-
overrideConfiguration
UpdateNodeStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateNodeStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-