public static interface UpdateRuntimeConfigurationRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateRuntimeConfigurationRequest.Builder,UpdateRuntimeConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRuntimeConfigurationRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to update runtime configuration for.
|
UpdateRuntimeConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRuntimeConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateRuntimeConfigurationRequest.Builder |
runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Instructions for alaunching server processes on each instance in the fleet.
|
UpdateRuntimeConfigurationRequest.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for alaunching server processes on each instance in the fleet.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRuntimeConfigurationRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to update runtime configuration for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to update runtime configuration for. You can use either the fleet ID
or ARN value.UpdateRuntimeConfigurationRequest.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for alaunching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The runtime configuration lists the types of server processes to run on an instance, how to launch them, and the number of processes to run concurrently.
runtimeConfiguration - Instructions for alaunching server processes on each instance in the fleet. Server processes run
either a custom game build executable or a Realtime Servers script. The runtime configuration lists
the types of server processes to run on an instance, how to launch them, and the number of processes
to run concurrently.default UpdateRuntimeConfigurationRequest.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Instructions for alaunching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The runtime configuration lists the types of server processes to run on an instance, how to launch them, and the number of processes to run concurrently.
This is a convenience method that creates an instance of theRuntimeConfiguration.Builder avoiding
the need to create one manually via RuntimeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to runtimeConfiguration(RuntimeConfiguration).
runtimeConfiguration - a consumer that will call methods on RuntimeConfiguration.BuilderruntimeConfiguration(RuntimeConfiguration)UpdateRuntimeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRuntimeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.