Interface DescribeRuntimeConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRuntimeConfigurationResponse.Builder,
,DescribeRuntimeConfigurationResponse> GameLiftResponse.Builder
,SdkBuilder<DescribeRuntimeConfigurationResponse.Builder,
,DescribeRuntimeConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRuntimeConfigurationResponse
public static interface DescribeRuntimeConfigurationResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeRuntimeConfigurationResponse.Builder,DescribeRuntimeConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionruntimeConfiguration
(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration) Instructions that describe how server processes are launched and maintained on computes in the fleet.runtimeConfiguration
(RuntimeConfiguration runtimeConfiguration) Instructions that describe how server processes are launched and maintained on computes in the fleet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
runtimeConfiguration
DescribeRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration) Instructions that describe how server processes are launched and maintained on computes in the fleet.
- Parameters:
runtimeConfiguration
- Instructions that describe how server processes are launched and maintained on computes in the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeConfiguration
default DescribeRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration) Instructions that describe how server processes are launched and maintained on computes in the fleet.
This is a convenience method that creates an instance of theRuntimeConfiguration.Builder
avoiding the need to create one manually viaRuntimeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruntimeConfiguration(RuntimeConfiguration)
.- Parameters:
runtimeConfiguration
- a consumer that will call methods onRuntimeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-