Interface InsightField.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InsightField.Builder,,InsightField> SdkBuilder<InsightField.Builder,,InsightField> SdkPojo
- Enclosing class:
InsightField
@Mutable
@NotThreadSafe
public static interface InsightField.Builder
extends SdkPojo, CopyableBuilder<InsightField.Builder,InsightField>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the insight field.The type of the insight field.type(InsightFieldType type) The type of the insight field.The value of the insight field.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
-
name
The name of the insight field.
- Parameters:
name- The name of the insight field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the insight field. Possible values are
textandmetric.- Parameters:
type- The type of the insight field. Possible values aretextandmetric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the insight field. Possible values are
textandmetric.- Parameters:
type- The type of the insight field. Possible values aretextandmetric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the insight field.
- Parameters:
value- The value of the insight field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-