Interface ClaimFilterOption.Builder

    • Method Detail

      • instanceStatusesWithStrings

        ClaimFilterOption.Builder instanceStatusesWithStrings​(Collection<String> instanceStatuses)

        List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.

        Parameters:
        instanceStatuses - List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceStatusesWithStrings

        ClaimFilterOption.Builder instanceStatusesWithStrings​(String... instanceStatuses)

        List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.

        Parameters:
        instanceStatuses - List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceStatuses

        ClaimFilterOption.Builder instanceStatuses​(Collection<FilterInstanceStatus> instanceStatuses)

        List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.

        Parameters:
        instanceStatuses - List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceStatuses

        ClaimFilterOption.Builder instanceStatuses​(FilterInstanceStatus... instanceStatuses)

        List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.

        Parameters:
        instanceStatuses - List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.