Interface UpdateFleetCapacityResponse.Builder

  • Method Details

    • fleetId

      A unique identifier for the fleet that was updated.

      Parameters:
      fleetId - A unique identifier for the fleet that was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleetArn

      The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift Servers 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 Servers 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.
    • location

      The remote location being updated, expressed as an Amazon Web Services Region code, such as us-west-2.

      Parameters:
      location - The remote location being updated, 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.
    • managedCapacityConfiguration

      UpdateFleetCapacityResponse.Builder managedCapacityConfiguration(ManagedCapacityConfiguration managedCapacityConfiguration)

      Configuration for Amazon GameLift Servers-managed capacity scaling options.

      Parameters:
      managedCapacityConfiguration - Configuration for Amazon GameLift Servers-managed capacity scaling options.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedCapacityConfiguration

      default UpdateFleetCapacityResponse.Builder managedCapacityConfiguration(Consumer<ManagedCapacityConfiguration.Builder> managedCapacityConfiguration)

      Configuration for Amazon GameLift Servers-managed capacity scaling options.

      This is a convenience method that creates an instance of the ManagedCapacityConfiguration.Builder avoiding the need to create one manually via ManagedCapacityConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to managedCapacityConfiguration(ManagedCapacityConfiguration).

      Parameters:
      managedCapacityConfiguration - a consumer that will call methods on ManagedCapacityConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: