Interface ListFleetsRequest.Builder

  • Method Details

    • 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.
    • 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.
    • displayName

      ListFleetsRequest.Builder displayName(String displayName)

      The display names of a list of fleets.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

      Parameters:
      displayName - The display names of a list of fleets.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

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

      The status of the fleet.

      Parameters:
      status - The status of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the fleet.

      Parameters:
      status - The status of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • 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.
    • overrideConfiguration

      ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.