Interface DescribeFleetPortSettingsResponse.Builder

    • 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 is arn: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.
      • 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_UPDATE indicates 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 of PENDING_UPDATE indicates 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_UPDATE indicates 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 of PENDING_UPDATE indicates 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 as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.