Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.BusinessGoals.Builder
-
Packages that use BusinessGoals.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of BusinessGoals.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return BusinessGoals.Builder Modifier and Type Method Description static BusinessGoals.BuilderBusinessGoals. builder()BusinessGoals.BuilderBusinessGoals.Builder. licenseCostReduction(Integer licenseCostReduction)Business goal to reduce license costs.BusinessGoals.BuilderBusinessGoals.Builder. modernizeInfrastructureWithCloudNativeTechnologies(Integer modernizeInfrastructureWithCloudNativeTechnologies)Business goal to modernize infrastructure by moving to cloud native technologies.BusinessGoals.BuilderBusinessGoals.Builder. reduceOperationalOverheadWithManagedServices(Integer reduceOperationalOverheadWithManagedServices)Business goal to reduce the operational overhead on the team by moving into managed services.BusinessGoals.BuilderBusinessGoals.Builder. speedOfMigration(Integer speedOfMigration)Business goal to achieve migration at a fast pace.BusinessGoals.BuilderBusinessGoals. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type BusinessGoals.Builder Modifier and Type Method Description static Class<? extends BusinessGoals.Builder>BusinessGoals. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type BusinessGoals.Builder Modifier and Type Method Description default PrioritizeBusinessGoals.BuilderPrioritizeBusinessGoals.Builder. businessGoals(Consumer<BusinessGoals.Builder> businessGoals)Rank of business goals based on priority.
-