public static interface UpdateServerConfigRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<UpdateServerConfigRequest.Builder,UpdateServerConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServerConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServerConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServerConfigRequest.Builder |
serverId(String serverId)
The ID of the server.
|
default UpdateServerConfigRequest.Builder |
strategyOption(Consumer<StrategyOption.Builder> strategyOption)
The preferred strategy options for the application component.
|
UpdateServerConfigRequest.Builder |
strategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServerConfigRequest.Builder serverId(String serverId)
The ID of the server.
serverId - The ID of the server.UpdateServerConfigRequest.Builder strategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component. See the response from GetServerStrategies.
strategyOption - The preferred strategy options for the application component. See the response from
GetServerStrategies.default UpdateServerConfigRequest.Builder strategyOption(Consumer<StrategyOption.Builder> strategyOption)
The preferred strategy options for the application component. See the response from GetServerStrategies.
This is a convenience method that creates an instance of theStrategyOption.Builder avoiding the need
to create one manually via StrategyOption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to strategyOption(StrategyOption).
strategyOption - a consumer that will call methods on StrategyOption.BuilderstrategyOption(StrategyOption)UpdateServerConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServerConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.