Interface ObservabilityRecommendation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ObservabilityRecommendation.Builder,,ObservabilityRecommendation> SdkBuilder<ObservabilityRecommendation.Builder,,ObservabilityRecommendation> SdkPojo
- Enclosing class:
ObservabilityRecommendation
@Mutable
@NotThreadSafe
public static interface ObservabilityRecommendation.Builder
extends SdkPojo, CopyableBuilder<ObservabilityRecommendation.Builder,ObservabilityRecommendation>
-
Method Summary
Modifier and TypeMethodDescriptionsuggestedChanges(String... suggestedChanges) The list of suggested observability changes.suggestedChanges(Collection<String> suggestedChanges) The list of suggested observability changes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
suggestedChanges
The list of suggested observability changes.
- Parameters:
suggestedChanges- The list of suggested observability changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suggestedChanges
The list of suggested observability changes.
- Parameters:
suggestedChanges- The list of suggested observability changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-