Interface DescribeFleetAttributesResponse.Builder

    • Method Detail

      • fleetAttributes

        DescribeFleetAttributesResponse.Builder fleetAttributes​(Collection<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

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

        DescribeFleetAttributesResponse.Builder nextToken​(String 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.