Interface GetPortfolioPreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetPortfolioPreferencesResponse.Builder,
,GetPortfolioPreferencesResponse> MigrationHubStrategyResponse.Builder
,SdkBuilder<GetPortfolioPreferencesResponse.Builder,
,GetPortfolioPreferencesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPortfolioPreferencesResponse
-
Method Summary
Modifier and TypeMethodDescriptionapplicationMode
(String applicationMode) The classification for application component types.applicationMode
(ApplicationMode applicationMode) The classification for application component types.applicationPreferences
(Consumer<ApplicationPreferences.Builder> applicationPreferences) The transformation preferences for non-database applications.applicationPreferences
(ApplicationPreferences applicationPreferences) The transformation preferences for non-database applications.databasePreferences
(Consumer<DatabasePreferences.Builder> databasePreferences) The transformation preferences for database applications.databasePreferences
(DatabasePreferences databasePreferences) The transformation preferences for database applications.prioritizeBusinessGoals
(Consumer<PrioritizeBusinessGoals.Builder> prioritizeBusinessGoals) The rank of business goals based on priority.prioritizeBusinessGoals
(PrioritizeBusinessGoals prioritizeBusinessGoals) The rank of business goals based on priority.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationMode
The classification for application component types.
- Parameters:
applicationMode
- The classification for application component types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationMode
The classification for application component types.
- Parameters:
applicationMode
- The classification for application component types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationPreferences
GetPortfolioPreferencesResponse.Builder applicationPreferences(ApplicationPreferences applicationPreferences) The transformation preferences for non-database applications.
- Parameters:
applicationPreferences
- The transformation preferences for non-database applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationPreferences
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 viaApplicationPreferences.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplicationPreferences(ApplicationPreferences)
.- Parameters:
applicationPreferences
- a consumer that will call methods onApplicationPreferences.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
databasePreferences
GetPortfolioPreferencesResponse.Builder databasePreferences(DatabasePreferences databasePreferences) The transformation preferences for database applications.
- Parameters:
databasePreferences
- The transformation preferences for database applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databasePreferences
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 viaDatabasePreferences.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todatabasePreferences(DatabasePreferences)
.- Parameters:
databasePreferences
- a consumer that will call methods onDatabasePreferences.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
prioritizeBusinessGoals
GetPortfolioPreferencesResponse.Builder prioritizeBusinessGoals(PrioritizeBusinessGoals prioritizeBusinessGoals) The rank of business goals based on priority.
- Parameters:
prioritizeBusinessGoals
- The rank of business goals based on priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prioritizeBusinessGoals
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 viaPrioritizeBusinessGoals.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprioritizeBusinessGoals(PrioritizeBusinessGoals)
.- Parameters:
prioritizeBusinessGoals
- a consumer that will call methods onPrioritizeBusinessGoals.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-