Interface DescribeFleetAttributesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>, GameLiftResponse.Builder, SdkBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeFleetAttributesResponse

public static interface DescribeFleetAttributesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>
  • Method Details

    • fleetAttributes

      A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.

      Parameters:
      fleetAttributes - A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleetAttributes

      DescribeFleetAttributesResponse.Builder fleetAttributes(FleetAttributes... fleetAttributes)

      A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.

      Parameters:
      fleetAttributes - A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleetAttributes

      A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.

      This is a convenience method that creates an instance of the FleetAttributes.Builder avoiding the need to create one manually via FleetAttributes.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fleetAttributes(List<FleetAttributes>).

      Parameters:
      fleetAttributes - a consumer that will call methods on FleetAttributes.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

      Parameters:
      nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.