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

Class GetComputeAccessRequest

    • Constructor Detail

      • GetComputeAccessRequest

        public GetComputeAccessRequest()
    • Method Detail

      • setFleetId

        public void setFleetId(String fleetId)

        A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.

        Parameters:
        fleetId - A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
      • getFleetId

        public String getFleetId()

        A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.

        Returns:
        A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
      • withFleetId

        public GetComputeAccessRequest withFleetId(String fleetId)

        A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.

        Parameters:
        fleetId - A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComputeName

        public void setComputeName(String computeName)

        A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. For a container fleet, use the compute name (for example, a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.

        Parameters:
        computeName - A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. For a container fleet, use the compute name (for example, a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.
      • getComputeName

        public String getComputeName()

        A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. For a container fleet, use the compute name (for example, a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.

        Returns:
        A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. For a container fleet, use the compute name (for example, a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.
      • withComputeName

        public GetComputeAccessRequest withComputeName(String computeName)

        A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. For a container fleet, use the compute name (for example, a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.

        Parameters:
        computeName - A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. For a container fleet, use the compute name (for example, a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.
        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 によって変換されたページ (->オリジナル) /