Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.StrategyOption.Builder
-
Packages that use StrategyOption.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of StrategyOption.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return StrategyOption.Builder Modifier and Type Method Description static StrategyOption.BuilderStrategyOption. builder()StrategyOption.BuilderStrategyOption.Builder. isPreferred(Boolean isPreferred)Indicates if a specific strategy is preferred for the application component.StrategyOption.BuilderStrategyOption.Builder. strategy(String strategy)Type of transformation.StrategyOption.BuilderStrategyOption.Builder. strategy(Strategy strategy)Type of transformation.StrategyOption.BuilderStrategyOption.Builder. targetDestination(String targetDestination)Destination information about where the application component can migrate to.StrategyOption.BuilderStrategyOption.Builder. targetDestination(TargetDestination targetDestination)Destination information about where the application component can migrate to.StrategyOption.BuilderStrategyOption. toBuilder()StrategyOption.BuilderStrategyOption.Builder. toolName(String toolName)The name of the tool that can be used to transform an application component using this strategy.StrategyOption.BuilderStrategyOption.Builder. toolName(TransformationToolName toolName)The name of the tool that can be used to transform an application component using this strategy.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type StrategyOption.Builder Modifier and Type Method Description static Class<? extends StrategyOption.Builder>StrategyOption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type StrategyOption.Builder Modifier and Type Method Description default UpdateApplicationComponentConfigRequest.BuilderUpdateApplicationComponentConfigRequest.Builder. strategyOption(Consumer<StrategyOption.Builder> strategyOption)The preferred strategy options for the application component.default UpdateServerConfigRequest.BuilderUpdateServerConfigRequest.Builder. strategyOption(Consumer<StrategyOption.Builder> strategyOption)The preferred strategy options for the application component.
-