Interface DescribeFleetPortSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFleetPortSettingsResponse.Builder,DescribeFleetPortSettingsResponse>,GameLiftResponse.Builder,SdkBuilder<DescribeFleetPortSettingsResponse.Builder,DescribeFleetPortSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFleetPortSettingsResponse
public static interface DescribeFleetPortSettingsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetPortSettingsResponse.Builder,DescribeFleetPortSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFleetPortSettingsResponse.BuilderfleetArn(String fleetArn)The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.DescribeFleetPortSettingsResponse.BuilderfleetId(String fleetId)A unique identifier for the fleet that was requested.DescribeFleetPortSettingsResponse.BuilderinboundPermissions(Collection<IpPermission> inboundPermissions)The port settings for the requested fleet ID.DescribeFleetPortSettingsResponse.BuilderinboundPermissions(Consumer<IpPermission.Builder>... inboundPermissions)The port settings for the requested fleet ID.DescribeFleetPortSettingsResponse.BuilderinboundPermissions(IpPermission... inboundPermissions)The port settings for the requested fleet ID.DescribeFleetPortSettingsResponse.Builderlocation(String location)The requested fleet location, expressed as an Amazon Web Services Region code, such asus-west-2.DescribeFleetPortSettingsResponse.BuilderupdateStatus(String updateStatus)The current status of updates to the fleet's port settings in the requested fleet location.DescribeFleetPortSettingsResponse.BuilderupdateStatus(LocationUpdateStatus updateStatus)The current status of updates to the fleet's port settings in the requested fleet location.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fleetId
DescribeFleetPortSettingsResponse.Builder fleetId(String fleetId)
A unique identifier for the fleet that was requested.
- Parameters:
fleetId- A unique identifier for the fleet that was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetArn
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.- Parameters:
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 isarn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissions
DescribeFleetPortSettingsResponse.Builder inboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
- Parameters:
inboundPermissions- The port settings for the requested fleet ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissions
DescribeFleetPortSettingsResponse.Builder inboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
- Parameters:
inboundPermissions- The port settings for the requested fleet ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissions
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.Builderavoiding the need to create one manually viaIpPermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inboundPermissions(List.) - Parameters:
inboundPermissions- a consumer that will call methods onIpPermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inboundPermissions(java.util.Collection)
-
updateStatus
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_UPDATEindicates that an update was requested for the fleet but has not yet been completed for the location.- Parameters:
updateStatus- The current status of updates to the fleet's port settings in the requested fleet location. A status ofPENDING_UPDATEindicates that an update was requested for the fleet but has not yet been completed for the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocationUpdateStatus,LocationUpdateStatus
-
updateStatus
DescribeFleetPortSettingsResponse.Builder updateStatus(LocationUpdateStatus updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATEindicates that an update was requested for the fleet but has not yet been completed for the location.- Parameters:
updateStatus- The current status of updates to the fleet's port settings in the requested fleet location. A status ofPENDING_UPDATEindicates that an update was requested for the fleet but has not yet been completed for the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocationUpdateStatus,LocationUpdateStatus
-
location
DescribeFleetPortSettingsResponse.Builder location(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2.- Parameters:
location- The requested fleet location, expressed as an Amazon Web Services Region code, such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-