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 text that was unusual.text
(Collection<String> text) The text that was unusual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-