| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static StrategyOption.Builder |
StrategyOption.builder() |
StrategyOption.Builder |
StrategyOption.Builder.isPreferred(Boolean isPreferred)
Indicates if a specific strategy is preferred for the application component.
|
StrategyOption.Builder |
StrategyOption.Builder.strategy(Strategy strategy)
Type of transformation.
|
StrategyOption.Builder |
StrategyOption.Builder.strategy(String strategy)
Type of transformation.
|
StrategyOption.Builder |
StrategyOption.Builder.targetDestination(String targetDestination)
Destination information about where the application component can migrate to.
|
StrategyOption.Builder |
StrategyOption.Builder.targetDestination(TargetDestination targetDestination)
Destination information about where the application component can migrate to.
|
StrategyOption.Builder |
StrategyOption.toBuilder() |
StrategyOption.Builder |
StrategyOption.Builder.toolName(String toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
StrategyOption.Builder |
StrategyOption.Builder.toolName(TransformationToolName toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StrategyOption.Builder> |
StrategyOption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateApplicationComponentConfigRequest.Builder |
UpdateApplicationComponentConfigRequest.Builder.strategyOption(Consumer<StrategyOption.Builder> strategyOption)
The preferred strategy options for the application component.
|
default UpdateServerConfigRequest.Builder |
UpdateServerConfigRequest.Builder.strategyOption(Consumer<StrategyOption.Builder> strategyOption)
The preferred strategy options for the application component.
|
Copyright © 2023. All rights reserved.