Interface GetApplicationComponentStrategiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApplicationComponentStrategiesResponse.Builder,GetApplicationComponentStrategiesResponse>,MigrationHubStrategyResponse.Builder,SdkBuilder<GetApplicationComponentStrategiesResponse.Builder,GetApplicationComponentStrategiesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetApplicationComponentStrategiesResponse
public static interface GetApplicationComponentStrategiesResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationComponentStrategiesResponse.Builder,GetApplicationComponentStrategiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApplicationComponentStrategiesResponse.BuilderapplicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)A list of application component strategy recommendations.GetApplicationComponentStrategiesResponse.BuilderapplicationComponentStrategies(Consumer<ApplicationComponentStrategy.Builder>... applicationComponentStrategies)A list of application component strategy recommendations.GetApplicationComponentStrategiesResponse.BuilderapplicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)A list of application component strategy recommendations.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationComponentStrategies
GetApplicationComponentStrategiesResponse.Builder applicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
- Parameters:
applicationComponentStrategies- A list of application component strategy recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationComponentStrategies
GetApplicationComponentStrategiesResponse.Builder applicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)
A list of application component strategy recommendations.
- Parameters:
applicationComponentStrategies- A list of application component strategy recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationComponentStrategies
GetApplicationComponentStrategiesResponse.Builder applicationComponentStrategies(Consumer<ApplicationComponentStrategy.Builder>... applicationComponentStrategies)
A list of application component strategy recommendations.
This is a convenience method that creates an instance of theApplicationComponentStrategy.Builderavoiding the need to create one manually viaApplicationComponentStrategy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applicationComponentStrategies(List.) - Parameters:
applicationComponentStrategies- a consumer that will call methods onApplicationComponentStrategy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applicationComponentStrategies(java.util.Collection)
-
-