public static interface UpdateFleetPortSettingsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateFleetPortSettingsResponse.Builder,UpdateFleetPortSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetPortSettingsResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
UpdateFleetPortSettingsResponse.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFleetPortSettingsResponse.Builder fleetId(String fleetId)
A unique identifier for the fleet that was updated.
fleetId - A unique identifier for the fleet that was updated.UpdateFleetPortSettingsResponse.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.Copyright © 2023. All rights reserved.