Interface RetrievalResultContentColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetrievalResultContentColumn.Builder,
,RetrievalResultContentColumn> SdkBuilder<RetrievalResultContentColumn.Builder,
,RetrievalResultContentColumn> SdkPojo
- Enclosing class:
RetrievalResultContentColumn
@Mutable
@NotThreadSafe
public static interface RetrievalResultContentColumn.Builder
extends SdkPojo, CopyableBuilder<RetrievalResultContentColumn.Builder,RetrievalResultContentColumn>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnName
(String columnName) The name of the column.columnValue
(String columnValue) The value in the column.The data type of the value.The data type of the value.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
-
columnName
The name of the column.
- Parameters:
columnName
- The name of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnValue
The value in the column.
- Parameters:
columnValue
- The value in the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the value.
- Parameters:
type
- The data type of the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the value.
- Parameters:
type
- The data type of the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-