Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.PrioritizeBusinessGoals.Builder
-
Packages that use PrioritizeBusinessGoals.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of PrioritizeBusinessGoals.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return PrioritizeBusinessGoals.Builder Modifier and Type Method Description static PrioritizeBusinessGoals.BuilderPrioritizeBusinessGoals. builder()default PrioritizeBusinessGoals.BuilderPrioritizeBusinessGoals.Builder. businessGoals(Consumer<BusinessGoals.Builder> businessGoals)Rank of business goals based on priority.PrioritizeBusinessGoals.BuilderPrioritizeBusinessGoals.Builder. businessGoals(BusinessGoals businessGoals)Rank of business goals based on priority.PrioritizeBusinessGoals.BuilderPrioritizeBusinessGoals. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type PrioritizeBusinessGoals.Builder Modifier and Type Method Description static Class<? extends PrioritizeBusinessGoals.Builder>PrioritizeBusinessGoals. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type PrioritizeBusinessGoals.Builder Modifier and Type Method Description default GetPortfolioPreferencesResponse.BuilderGetPortfolioPreferencesResponse.Builder. prioritizeBusinessGoals(Consumer<PrioritizeBusinessGoals.Builder> prioritizeBusinessGoals)The rank of business goals based on priority.default PutPortfolioPreferencesRequest.BuilderPutPortfolioPreferencesRequest.Builder. prioritizeBusinessGoals(Consumer<PrioritizeBusinessGoals.Builder> prioritizeBusinessGoals)The rank of the business goals based on priority.
-