Interface GetInstanceAccessRequest.Builder

    • Method Detail

      • fleetId

        GetInstanceAccessRequest.Builder fleetId​(String fleetId)

        A unique identifier for the fleet that contains the instance you want to access. You can request access to instances in EC2 fleets with the following statuses: ACTIVATING, ACTIVE, or ERROR. Use either a fleet ID or an ARN value.

        You can access fleets in ERROR status for a short period of time before Amazon GameLift deletes them.

        Parameters:
        fleetId - A unique identifier for the fleet that contains the instance you want to access. You can request access to instances in EC2 fleets with the following statuses: ACTIVATING, ACTIVE, or ERROR. Use either a fleet ID or an ARN value.

        You can access fleets in ERROR status for a short period of time before Amazon GameLift deletes them.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        GetInstanceAccessRequest.Builder instanceId​(String instanceId)

        A unique identifier for the instance you want to access. You can access an instance in any status.

        Parameters:
        instanceId - A unique identifier for the instance you want to access. You can access an instance in any status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.