Interface ListFleetsRequest.Builder

    • Method Detail

      • displayName

        ListFleetsRequest.Builder displayName​(String displayName)

        The display names of a list of fleets.

        Parameters:
        displayName - The display names of a list of fleets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • farmId

        ListFleetsRequest.Builder farmId​(String farmId)

        The farm ID of the fleets.

        Parameters:
        farmId - The farm ID of the fleets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListFleetsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Parameters:
        maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFleetsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null to start from the beginning.

        Parameters:
        nextToken - The token for the next set of results, or null to start from the beginning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalId

        ListFleetsRequest.Builder principalId​(String principalId)

        The principal ID of the members to include in the fleet.

        Parameters:
        principalId - The principal ID of the members to include in the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.