JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dax.model

Class Node

    • Constructor Detail

      • Node

        public Node()
    • Method Detail

      • setNodeId

        public void setNodeId(String nodeId)

        A system-generated identifier for the node.

        Parameters:
        nodeId - A system-generated identifier for the node.
      • getNodeId

        public String getNodeId()

        A system-generated identifier for the node.

        Returns:
        A system-generated identifier for the node.
      • withNodeId

        public Node withNodeId(String nodeId)

        A system-generated identifier for the node.

        Parameters:
        nodeId - A system-generated identifier for the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpoint

        public void setEndpoint(Endpoint endpoint)

        The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

        Parameters:
        endpoint - The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
      • getEndpoint

        public Endpoint getEndpoint()

        The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

        Returns:
        The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
      • withEndpoint

        public Node withEndpoint(Endpoint endpoint)

        The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

        Parameters:
        endpoint - The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNodeCreateTime

        public void setNodeCreateTime(Date nodeCreateTime)

        The date and time (in UNIX epoch format) when the node was launched.

        Parameters:
        nodeCreateTime - The date and time (in UNIX epoch format) when the node was launched.
      • getNodeCreateTime

        public Date getNodeCreateTime()

        The date and time (in UNIX epoch format) when the node was launched.

        Returns:
        The date and time (in UNIX epoch format) when the node was launched.
      • withNodeCreateTime

        public Node withNodeCreateTime(Date nodeCreateTime)

        The date and time (in UNIX epoch format) when the node was launched.

        Parameters:
        nodeCreateTime - The date and time (in UNIX epoch format) when the node was launched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailabilityZone

        public void setAvailabilityZone(String availabilityZone)

        The Availability Zone (AZ) in which the node has been deployed.

        Parameters:
        availabilityZone - The Availability Zone (AZ) in which the node has been deployed.
      • getAvailabilityZone

        public String getAvailabilityZone()

        The Availability Zone (AZ) in which the node has been deployed.

        Returns:
        The Availability Zone (AZ) in which the node has been deployed.
      • withAvailabilityZone

        public Node withAvailabilityZone(String availabilityZone)

        The Availability Zone (AZ) in which the node has been deployed.

        Parameters:
        availabilityZone - The Availability Zone (AZ) in which the node has been deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNodeStatus

        public void setNodeStatus(String nodeStatus)

        The current status of the node. For example: available.

        Parameters:
        nodeStatus - The current status of the node. For example: available.
      • getNodeStatus

        public String getNodeStatus()

        The current status of the node. For example: available.

        Returns:
        The current status of the node. For example: available.
      • withNodeStatus

        public Node withNodeStatus(String nodeStatus)

        The current status of the node. For example: available.

        Parameters:
        nodeStatus - The current status of the node. For example: available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParameterGroupStatus

        public void setParameterGroupStatus(String parameterGroupStatus)

        The status of the parameter group associated with this node. For example, in-sync.

        Parameters:
        parameterGroupStatus - The status of the parameter group associated with this node. For example, in-sync.
      • getParameterGroupStatus

        public String getParameterGroupStatus()

        The status of the parameter group associated with this node. For example, in-sync.

        Returns:
        The status of the parameter group associated with this node. For example, in-sync.
      • withParameterGroupStatus

        public Node withParameterGroupStatus(String parameterGroupStatus)

        The status of the parameter group associated with this node. For example, in-sync.

        Parameters:
        parameterGroupStatus - The status of the parameter group associated with this node. For example, in-sync.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /