Interface UpdateNodeStateRequest.Builder

    • 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