Interface CreateNodeRegistrationScriptRequest.Builder

    • Method Detail

      • clusterId

        CreateNodeRegistrationScriptRequest.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.
      • id

        CreateNodeRegistrationScriptRequest.Builder id​(String id)
        If you're generating a re-registration script for an already existing node, this is where you provide the id.
        Parameters:
        id - If you're generating a re-registration script for an already existing node, this is where you provide the id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateNodeRegistrationScriptRequest.Builder name​(String name)
        Specify a pattern for MediaLive Anywhere to use to assign a name to each Node in the Cluster. The pattern can include the variables $hn (hostname of the node hardware) and $ts for the date and time that the Node is created, in UTC (for example, 2024-08-20T23:35:12Z).
        Parameters:
        name - Specify a pattern for MediaLive Anywhere to use to assign a name to each Node in the Cluster. The pattern can include the variables $hn (hostname of the node hardware) and $ts for the date and time that the Node is created, in UTC (for example, 2024-08-20T23:35:12Z).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeInterfaceMappings

        CreateNodeRegistrationScriptRequest.Builder nodeInterfaceMappings​(NodeInterfaceMapping... nodeInterfaceMappings)
        Documentation update needed
        Parameters:
        nodeInterfaceMappings - Documentation update needed
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        CreateNodeRegistrationScriptRequest.Builder requestId​(String requestId)
        An ID that you assign to a create request. This ID ensures idempotency when creating resources.
        Parameters:
        requestId - An ID that you assign to a create request. This ID ensures idempotency when creating resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • role

        CreateNodeRegistrationScriptRequest.Builder role​(String role)
        The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
        Parameters:
        role - The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeRole, NodeRole
      • role

        CreateNodeRegistrationScriptRequest.Builder role​(NodeRole role)
        The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
        Parameters:
        role - The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeRole, NodeRole