Interface TopicV2DataSetRelationEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TopicV2DataSetRelationEndpoint.Builder,,TopicV2DataSetRelationEndpoint> SdkBuilder<TopicV2DataSetRelationEndpoint.Builder,,TopicV2DataSetRelationEndpoint> SdkPojo
- Enclosing class:
TopicV2DataSetRelationEndpoint
@Mutable
@NotThreadSafe
public static interface TopicV2DataSetRelationEndpoint.Builder
extends SdkPojo, CopyableBuilder<TopicV2DataSetRelationEndpoint.Builder,TopicV2DataSetRelationEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnNames(String... columnNames) The names of the columns that are used in the data set relation.columnNames(Collection<String> columnNames) The names of the columns that are used in the data set relation.dataSetArn(String dataSetArn) The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.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
-
dataSetArn
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
- Parameters:
dataSetArn- The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNames
The names of the columns that are used in the data set relation.
- Parameters:
columnNames- The names of the columns that are used in the data set relation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNames
The names of the columns that are used in the data set relation.
- Parameters:
columnNames- The names of the columns that are used in the data set relation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-