Interface UpdateRuntimeConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateRuntimeConfigurationResponse.Builder,
,UpdateRuntimeConfigurationResponse> GameLiftResponse.Builder
,SdkBuilder<UpdateRuntimeConfigurationResponse.Builder,
,UpdateRuntimeConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateRuntimeConfigurationResponse
public static interface UpdateRuntimeConfigurationResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateRuntimeConfigurationResponse.Builder,UpdateRuntimeConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionruntimeConfiguration
(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration) The runtime configuration currently in use by all instances in the fleet.runtimeConfiguration
(RuntimeConfiguration runtimeConfiguration) The runtime configuration currently in use by all instances 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
UpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration) The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
- Parameters:
runtimeConfiguration
- The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeConfiguration
default UpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration) The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
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:
-