Interface Insight.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Insight.Builder,,Insight> SdkBuilder<Insight.Builder,,Insight> SdkPojo
- Enclosing class:
Insight
@Mutable
@NotThreadSafe
public static interface Insight.Builder
extends SdkPojo, CopyableBuilder<Insight.Builder,Insight>
-
Method Summary
Modifier and TypeMethodDescriptionsignalsDetected(String signalsDetected) A description of the signals detected.usagePattern(String usagePattern) A description of the usage pattern.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
-
usagePattern
A description of the usage pattern.
- Parameters:
usagePattern- A description of the usage pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalsDetected
A description of the signals detected.
- Parameters:
signalsDetected- A description of the signals detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-