public static interface UpdateRuntimeConfigurationResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<UpdateRuntimeConfigurationResponse.Builder,UpdateRuntimeConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateRuntimeConfigurationResponse.Builder |
runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
The run-time configuration currently in force.
|
UpdateRuntimeConfigurationResponse.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The run-time configuration currently in force.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The run-time configuration currently in force. If the update was successful, this object matches the one in the request.
runtimeConfiguration - The run-time 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 run-time 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.