public static interface StrategyOption.Builder extends SdkPojo, CopyableBuilder<StrategyOption.Builder,StrategyOption>
| Modifier and Type | Method and Description |
|---|---|
StrategyOption.Builder |
isPreferred(Boolean isPreferred)
Indicates if a specific strategy is preferred for the application component.
|
StrategyOption.Builder |
strategy(Strategy strategy)
Type of transformation.
|
StrategyOption.Builder |
strategy(String strategy)
Type of transformation.
|
StrategyOption.Builder |
targetDestination(String targetDestination)
Destination information about where the application component can migrate to.
|
StrategyOption.Builder |
targetDestination(TargetDestination targetDestination)
Destination information about where the application component can migrate to.
|
StrategyOption.Builder |
toolName(String toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
StrategyOption.Builder |
toolName(TransformationToolName toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStrategyOption.Builder isPreferred(Boolean isPreferred)
Indicates if a specific strategy is preferred for the application component.
isPreferred - Indicates if a specific strategy is preferred for the application component.StrategyOption.Builder strategy(String strategy)
Type of transformation. For example, Rehost, Replatform, and so on.
StrategyOption.Builder strategy(Strategy strategy)
Type of transformation. For example, Rehost, Replatform, and so on.
StrategyOption.Builder targetDestination(String targetDestination)
Destination information about where the application component can migrate to. For example, EC2,
ECS, and so on.
targetDestination - Destination information about where the application component can migrate to. For example,
EC2, ECS, and so on.TargetDestination,
TargetDestinationStrategyOption.Builder targetDestination(TargetDestination targetDestination)
Destination information about where the application component can migrate to. For example, EC2,
ECS, and so on.
targetDestination - Destination information about where the application component can migrate to. For example,
EC2, ECS, and so on.TargetDestination,
TargetDestinationStrategyOption.Builder toolName(String toolName)
The name of the tool that can be used to transform an application component using this strategy.
toolName - The name of the tool that can be used to transform an application component using this strategy.TransformationToolName,
TransformationToolNameStrategyOption.Builder toolName(TransformationToolName toolName)
The name of the tool that can be used to transform an application component using this strategy.
toolName - The name of the tool that can be used to transform an application component using this strategy.TransformationToolName,
TransformationToolNameCopyright © 2022. All rights reserved.