Class UpdateNodeRequest

    • Method Detail

      • clusterId

        public final String clusterId()
        The ID of the cluster
        Returns:
        The ID of the cluster
      • name

        public final String name()
        Include this parameter only if you want to change the current name of the Node. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
        Returns:
        Include this parameter only if you want to change the current name of the Node. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
      • nodeId

        public final String nodeId()
        The ID of the node.
        Returns:
        The ID of the node.
      • role

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, role will return NodeRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from roleAsString().

        Returns:
        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.
        See Also:
        NodeRole
      • roleAsString

        public final String roleAsString()
        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.

        If the service returns an enum value that is not available in the current SDK version, role will return NodeRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from roleAsString().

        Returns:
        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.
        See Also:
        NodeRole
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object