Interface TopicConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TopicConfiguration.Builder,,TopicConfiguration> SdkBuilder<TopicConfiguration.Builder,,TopicConfiguration> SdkPojo
- Enclosing class:
TopicConfiguration
@Mutable
@NotThreadSafe
public static interface TopicConfiguration.Builder
extends SdkPojo, CopyableBuilder<TopicConfiguration.Builder,TopicConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList) The list of column group schemas in the topic configuration.columnGroupSchemaList(Consumer<ColumnGroupSchema.Builder>... columnGroupSchemaList) The list of column group schemas in the topic configuration.columnGroupSchemaList(ColumnGroupSchema... columnGroupSchemaList) The list of column group schemas in the topic configuration.default TopicConfiguration.BuilderdataSetSchema(Consumer<DataSetSchema.Builder> dataSetSchema) Topic schema.dataSetSchema(DataSetSchema dataSetSchema) Topic schema.placeholder(String placeholder) The placeholder for the topic configuration.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
-
placeholder
The placeholder for the topic configuration.
- Parameters:
placeholder- The placeholder for the topic configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetSchema
Topic schema.
- Parameters:
dataSetSchema- Topic schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetSchema
Topic schema.
This is a convenience method that creates an instance of theDataSetSchema.Builderavoiding the need to create one manually viaDataSetSchema.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSetSchema(DataSetSchema).- Parameters:
dataSetSchema- a consumer that will call methods onDataSetSchema.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
columnGroupSchemaList
TopicConfiguration.Builder columnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList) The list of column group schemas in the topic configuration.
- Parameters:
columnGroupSchemaList- The list of column group schemas in the topic configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnGroupSchemaList
The list of column group schemas in the topic configuration.
- Parameters:
columnGroupSchemaList- The list of column group schemas in the topic configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnGroupSchemaList
TopicConfiguration.Builder columnGroupSchemaList(Consumer<ColumnGroupSchema.Builder>... columnGroupSchemaList) The list of column group schemas in the topic configuration.
This is a convenience method that creates an instance of theColumnGroupSchema.Builderavoiding the need to create one manually viaColumnGroupSchema.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumnGroupSchemaList(List<ColumnGroupSchema>).- Parameters:
columnGroupSchemaList- a consumer that will call methods onColumnGroupSchema.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-