public static interface GetPortfolioPreferencesResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetPortfolioPreferencesResponse.Builder,GetPortfolioPreferencesResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPortfolioPreferencesResponse.Builder applicationPreferences(ApplicationPreferences applicationPreferences)
The transformation preferences for non-database applications.
applicationPreferences - The transformation preferences for non-database applications.default GetPortfolioPreferencesResponse.Builder applicationPreferences(Consumer<ApplicationPreferences.Builder> applicationPreferences)
The transformation preferences for non-database applications.
This is a convenience method that creates an instance of theApplicationPreferences.Builder avoiding
the need to create one manually via ApplicationPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to applicationPreferences(ApplicationPreferences).
applicationPreferences - a consumer that will call methods on ApplicationPreferences.BuilderapplicationPreferences(ApplicationPreferences)GetPortfolioPreferencesResponse.Builder databasePreferences(DatabasePreferences databasePreferences)
The transformation preferences for database applications.
databasePreferences - The transformation preferences for database applications.default GetPortfolioPreferencesResponse.Builder databasePreferences(Consumer<DatabasePreferences.Builder> databasePreferences)
The transformation preferences for database applications.
This is a convenience method that creates an instance of theDatabasePreferences.Builder avoiding the
need to create one manually via DatabasePreferences.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to databasePreferences(DatabasePreferences).
databasePreferences - a consumer that will call methods on DatabasePreferences.BuilderdatabasePreferences(DatabasePreferences)GetPortfolioPreferencesResponse.Builder prioritizeBusinessGoals(PrioritizeBusinessGoals prioritizeBusinessGoals)
The rank of business goals based on priority.
prioritizeBusinessGoals - The rank of business goals based on priority.default GetPortfolioPreferencesResponse.Builder prioritizeBusinessGoals(Consumer<PrioritizeBusinessGoals.Builder> prioritizeBusinessGoals)
The rank of business goals based on priority.
This is a convenience method that creates an instance of thePrioritizeBusinessGoals.Builder avoiding
the need to create one manually via PrioritizeBusinessGoals.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to prioritizeBusinessGoals(PrioritizeBusinessGoals).
prioritizeBusinessGoals - a consumer that will call methods on PrioritizeBusinessGoals.BuilderprioritizeBusinessGoals(PrioritizeBusinessGoals)Copyright © 2022. All rights reserved.