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 force.
|
UpdateRuntimeConfigurationResponse.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
runtimeConfiguration - The runtime configuration currently in force. If the update was successful, this object matches the
one in the request.default UpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
This is a convenience 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 © 2021. All rights reserved.