| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.builder() |
ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.Builder.isPreferred(Boolean isPreferred)
Set to true if the recommendation is set as preferred.
|
default ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.Builder.recommendation(Consumer<RecommendationSet.Builder> recommendation)
Strategy recommendation for the application component.
|
ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.Builder.recommendation(RecommendationSet recommendation)
Strategy recommendation for the application component.
|
ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.Builder.status(StrategyRecommendation status)
The recommendation status of a strategy for an application component.
|
ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.Builder.status(String status)
The recommendation status of a strategy for an application component.
|
ApplicationComponentStrategy.Builder |
ApplicationComponentStrategy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationComponentStrategy.Builder> |
ApplicationComponentStrategy.serializableBuilderClass() |
Copyright © 2022. All rights reserved.