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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateRuntimeConfigurationResponse.BuilderruntimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)The runtime configuration currently in use by all instances in the fleet.UpdateRuntimeConfigurationResponse.BuilderruntimeConfiguration(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 Detail
-
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.Builderavoiding the need to create one manually viaRuntimeConfiguration.builder().When the
Consumercompletes,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:
runtimeConfiguration(RuntimeConfiguration)
-
-