public static interface ModifyRecommendationDetail.Builder extends SdkPojo, CopyableBuilder<ModifyRecommendationDetail.Builder,ModifyRecommendationDetail>
| Modifier and Type | Method and Description |
|---|---|
ModifyRecommendationDetail.Builder |
targetInstances(Collection<TargetInstance> targetInstances)
Identifies whether this instance type is the AWS default recommendation.
|
ModifyRecommendationDetail.Builder |
targetInstances(Consumer<TargetInstance.Builder>... targetInstances)
Identifies whether this instance type is the AWS default recommendation.
|
ModifyRecommendationDetail.Builder |
targetInstances(TargetInstance... targetInstances)
Identifies whether this instance type is the AWS default recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyRecommendationDetail.Builder targetInstances(Collection<TargetInstance> targetInstances)
Identifies whether this instance type is the AWS default recommendation.
targetInstances - Identifies whether this instance type is the AWS default recommendation.ModifyRecommendationDetail.Builder targetInstances(TargetInstance... targetInstances)
Identifies whether this instance type is the AWS default recommendation.
targetInstances - Identifies whether this instance type is the AWS default recommendation.ModifyRecommendationDetail.Builder targetInstances(Consumer<TargetInstance.Builder>... targetInstances)
Identifies whether this instance type is the AWS default recommendation.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #targetInstances(List) .targetInstances - a consumer that will call methods on List.Builder #targetInstances(List) Copyright © 2021. All rights reserved.