public static interface UpdateRuntimeConfigurationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateRuntimeConfigurationResponse.Builder,UpdateRuntimeConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateRuntimeConfigurationResponse.Builder |
runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
UpdateRuntimeConfigurationResponse.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
runtimeConfiguration - The runtime configuration currently in use by all instances in the fleet. If the update was
successful, all property changes are shown.default UpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
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)Copyright © 2022. All rights reserved.