public static interface DescribeFleetAttributesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAttributesResponse.Builder |
fleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResponse.Builder |
fleetAttributes(Consumer<FleetAttributes.Builder>... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResponse.Builder |
fleetAttributes(FleetAttributes... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetAttributesResponse.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.
fleetAttributes - A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects
are returned only for fleets that currently exist.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.
fleetAttributes - A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects
are returned only for fleets that currently exist.DescribeFleetAttributesResponse.Builder fleetAttributes(Consumer<FleetAttributes.Builder>... 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 theFleetAttributes.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 - a consumer that will call methods on
FleetAttributes.Builder#fleetAttributes(java.util.Collection) 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.
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.Copyright © 2022. All rights reserved.