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