public static interface DescribeRuntimeConfigurationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeRuntimeConfigurationResponse.Builder,DescribeRuntimeConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeRuntimeConfigurationResponse.Builder |
runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the
fleet.
|
DescribeRuntimeConfigurationResponse.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the
fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
runtimeConfiguration - Instructions that describe how server processes should be launched and maintained on each instance in
the fleet.default DescribeRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
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.