public static interface GetApplicationComponentStrategiesResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationComponentStrategiesResponse.Builder,GetApplicationComponentStrategiesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationComponentStrategiesResponse.Builder |
applicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)
A list of application component strategy recommendations.
|
GetApplicationComponentStrategiesResponse.Builder |
applicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
|
GetApplicationComponentStrategiesResponse.Builder |
applicationComponentStrategies(Consumer<ApplicationComponentStrategy.Builder>... applicationComponentStrategies)
A list of application component strategy recommendations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationComponentStrategiesResponse.Builder applicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
applicationComponentStrategies - A list of application component strategy recommendations.GetApplicationComponentStrategiesResponse.Builder applicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)
A list of application component strategy recommendations.
applicationComponentStrategies - A list of application component strategy recommendations.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.Builder
avoiding the need to create one manually via
ApplicationComponentStrategy.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #applicationComponentStrategies(List.
applicationComponentStrategies - a consumer that will call methods on
ApplicationComponentStrategy.Builder#applicationComponentStrategies(java.util.Collection) Copyright © 2022. All rights reserved.