Interface PutPortfolioPreferencesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutPortfolioPreferencesRequest.Builder,
,PutPortfolioPreferencesRequest> MigrationHubStrategyRequest.Builder
,SdkBuilder<PutPortfolioPreferencesRequest.Builder,
,PutPortfolioPreferencesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutPortfolioPreferencesRequest
-
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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.prioritizeBusinessGoals
(Consumer<PrioritizeBusinessGoals.Builder> prioritizeBusinessGoals) The rank of the business goals based on priority.prioritizeBusinessGoals
(PrioritizeBusinessGoals prioritizeBusinessGoals) The rank of the business goals based on priority.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
PutPortfolioPreferencesRequest.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 PutPortfolioPreferencesRequest.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
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 PutPortfolioPreferencesRequest.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
PutPortfolioPreferencesRequest.Builder prioritizeBusinessGoals(PrioritizeBusinessGoals prioritizeBusinessGoals) The rank of the business goals based on priority.
- Parameters:
prioritizeBusinessGoals
- The rank of the business goals based on priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prioritizeBusinessGoals
default PutPortfolioPreferencesRequest.Builder prioritizeBusinessGoals(Consumer<PrioritizeBusinessGoals.Builder> prioritizeBusinessGoals) The rank of the 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:
-
overrideConfiguration
PutPortfolioPreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutPortfolioPreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-