public static interface DescribeFleetPortSettingsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetPortSettingsResponse.Builder,DescribeFleetPortSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetPortSettingsResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it.
|
DescribeFleetPortSettingsResponse.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that was requested.
|
DescribeFleetPortSettingsResponse.Builder |
inboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResponse.Builder |
inboundPermissions(Consumer<IpPermission.Builder>... inboundPermissions)
The port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResponse.Builder |
inboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResponse.Builder |
location(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2
. |
DescribeFleetPortSettingsResponse.Builder |
updateStatus(LocationUpdateStatus updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location.
|
DescribeFleetPortSettingsResponse.Builder |
updateStatus(String updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetPortSettingsResponse.Builder fleetId(String fleetId)
A unique identifier for the fleet that was requested.
fleetId - A unique identifier for the fleet that was requested.DescribeFleetPortSettingsResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon 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 Amazon 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.DescribeFleetPortSettingsResponse.Builder inboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
inboundPermissions - The port settings for the requested fleet ID.DescribeFleetPortSettingsResponse.Builder inboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
inboundPermissions - The port settings for the requested fleet ID.DescribeFleetPortSettingsResponse.Builder inboundPermissions(Consumer<IpPermission.Builder>... inboundPermissions)
The port settings for the requested fleet ID.
This is a convenience method that creates an instance of theIpPermission.Builder avoiding the need to create one
manually via IpPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #inboundPermissions(List.
inboundPermissions - a consumer that will call methods on
IpPermission.Builder#inboundPermissions(java.util.Collection) DescribeFleetPortSettingsResponse.Builder updateStatus(String updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE indicates that an update was requested for the fleet but has not yet been
completed for the location.
updateStatus - The current status of updates to the fleet's port settings in the requested fleet location. A status
of PENDING_UPDATE indicates that an update was requested for the fleet but has not yet
been completed for the location.LocationUpdateStatus,
LocationUpdateStatusDescribeFleetPortSettingsResponse.Builder updateStatus(LocationUpdateStatus updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE indicates that an update was requested for the fleet but has not yet been
completed for the location.
updateStatus - The current status of updates to the fleet's port settings in the requested fleet location. A status
of PENDING_UPDATE indicates that an update was requested for the fleet but has not yet
been completed for the location.LocationUpdateStatus,
LocationUpdateStatusDescribeFleetPortSettingsResponse.Builder location(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as us-west-2
.
location - The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2.Copyright © 2023. All rights reserved.