Interface Observations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Observations.Builder,,Observations> SdkBuilder<Observations.Builder,,Observations> SdkPojo
- Enclosing class:
Observations
@Mutable
@NotThreadSafe
public static interface Observations.Builder
extends SdkPojo, CopyableBuilder<Observations.Builder,Observations>
-
Method Summary
Modifier and TypeMethodDescriptionThe numeric values that were unusual.number(Collection<Long> number) The numeric values that were unusual.The text that was unusual.text(Collection<String> text) The text that was unusual.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
-
text
The text that was unusual.
- Parameters:
text- The text that was unusual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The text that was unusual.
- Parameters:
text- The text that was unusual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
number
The numeric values that were unusual.
- Parameters:
number- The numeric values that were unusual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
number
The numeric values that were unusual.
- Parameters:
number- The numeric values that were unusual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-