CopyableBuilder<UpdateRuntimeConfigurationResponse.Builder,UpdateRuntimeConfigurationResponse>
, SdkBuilder<UpdateRuntimeConfigurationResponse.Builder,UpdateRuntimeConfigurationResponse>
public static interface UpdateRuntimeConfigurationResponse.Builder extends CopyableBuilder<UpdateRuntimeConfigurationResponse.Builder,UpdateRuntimeConfigurationResponse>
Modifier and Type | Method | Description |
---|---|---|
UpdateRuntimeConfigurationResponse.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration) |
The runtime configuration currently in force.
|
copy
apply, build
UpdateRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
runtimeConfiguration
- The runtime configuration currently in force. If the update was successful, this object matches the
one in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.