JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.elasticmapreduce.model

Class ClusterSummary

    • Constructor Detail

      • ClusterSummary

        public ClusterSummary()
    • Method Detail

      • setId

        public void setId(String id)

        The unique identifier for the cluster.

        Parameters:
        id - The unique identifier for the cluster.
      • getId

        public String getId()

        The unique identifier for the cluster.

        Returns:
        The unique identifier for the cluster.
      • withId

        public ClusterSummary withId(String id)

        The unique identifier for the cluster.

        Parameters:
        id - The unique identifier for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the cluster.

        Parameters:
        name - The name of the cluster.
      • getName

        public String getName()

        The name of the cluster.

        Returns:
        The name of the cluster.
      • withName

        public ClusterSummary withName(String name)

        The name of the cluster.

        Parameters:
        name - The name of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(ClusterStatus status)

        The details about the current status of the cluster.

        Parameters:
        status - The details about the current status of the cluster.
      • getStatus

        public ClusterStatus getStatus()

        The details about the current status of the cluster.

        Returns:
        The details about the current status of the cluster.
      • withStatus

        public ClusterSummary withStatus(ClusterStatus status)

        The details about the current status of the cluster.

        Parameters:
        status - The details about the current status of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNormalizedInstanceHours

        public void setNormalizedInstanceHours(Integer normalizedInstanceHours)

        An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.

        Parameters:
        normalizedInstanceHours - An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.
      • getNormalizedInstanceHours

        public Integer getNormalizedInstanceHours()

        An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.

        Returns:
        An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.
      • withNormalizedInstanceHours

        public ClusterSummary withNormalizedInstanceHours(Integer normalizedInstanceHours)

        An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.

        Parameters:
        normalizedInstanceHours - An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterArn

        public void setClusterArn(String clusterArn)

        The Amazon Resource Name of the cluster.

        Parameters:
        clusterArn - The Amazon Resource Name of the cluster.
      • getClusterArn

        public String getClusterArn()

        The Amazon Resource Name of the cluster.

        Returns:
        The Amazon Resource Name of the cluster.
      • withClusterArn

        public ClusterSummary withClusterArn(String clusterArn)

        The Amazon Resource Name of the cluster.

        Parameters:
        clusterArn - The Amazon Resource Name of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutpostArn

        public void setOutpostArn(String outpostArn)

        The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

        Parameters:
        outpostArn - The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
      • getOutpostArn

        public String getOutpostArn()

        The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

        Returns:
        The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
      • withOutpostArn

        public ClusterSummary withOutpostArn(String outpostArn)

        The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

        Parameters:
        outpostArn - The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
        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 によって変換されたページ (->オリジナル) /