public static interface DescribeFleetLocationAttributesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetLocationAttributesResponse.Builder,DescribeFleetLocationAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetLocationAttributesResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
DescribeFleetLocationAttributesResponse.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that location attributes were requested for.
|
DescribeFleetLocationAttributesResponse.Builder |
locationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
DescribeFleetLocationAttributesResponse.Builder |
locationAttributes(Consumer<LocationAttributes.Builder>... locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
DescribeFleetLocationAttributesResponse.Builder |
locationAttributes(LocationAttributes... locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
DescribeFleetLocationAttributesResponse.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, buildDescribeFleetLocationAttributesResponse.Builder fleetId(String fleetId)
A unique identifier for the fleet that location attributes were requested for.
fleetId - A unique identifier for the fleet that location attributes were requested for.DescribeFleetLocationAttributesResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
fleetArn - The Amazon Resource Name (ARN) that is assigned to
a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.DescribeFleetLocationAttributesResponse.Builder locationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
locationAttributes - Location-specific information on the requested fleet's remote locations.DescribeFleetLocationAttributesResponse.Builder locationAttributes(LocationAttributes... locationAttributes)
Location-specific information on the requested fleet's remote locations.
locationAttributes - Location-specific information on the requested fleet's remote locations.DescribeFleetLocationAttributesResponse.Builder locationAttributes(Consumer<LocationAttributes.Builder>... locationAttributes)
Location-specific information on the requested fleet's remote locations.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #locationAttributes(List) .locationAttributes - a consumer that will call methods on List.Builder #locationAttributes(List) DescribeFleetLocationAttributesResponse.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.