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