public static interface DescribeRuntimeConfigurationResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeRuntimeConfigurationResponse.Builder,DescribeRuntimeConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeRuntimeConfigurationResponse.Builder |
runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
|
DescribeRuntimeConfigurationResponse.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
runtimeConfiguration
- Instructions describing how server processes should be launched and maintained on each instance in the
fleet.default DescribeRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
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.Builder
runtimeConfiguration(RuntimeConfiguration)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.