Interface TimeSeriesIdentifiers.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeSeriesIdentifiers.Builder,
,TimeSeriesIdentifiers> SdkBuilder<TimeSeriesIdentifiers.Builder,
,TimeSeriesIdentifiers> SdkPojo
- Enclosing class:
TimeSeriesIdentifiers
@Mutable
@NotThreadSafe
public static interface TimeSeriesIdentifiers.Builder
extends SdkPojo, CopyableBuilder<TimeSeriesIdentifiers.Builder,TimeSeriesIdentifiers>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TimeSeriesIdentifiers.Builder
dataSource
(Consumer<DataSource.Builder> dataSource) Sets the value of the DataSource property for this object.dataSource
(DataSource dataSource) Sets the value of the DataSource property for this object.The format of the data, either CSV or PARQUET.default TimeSeriesIdentifiers.Builder
schema
(Consumer<Schema.Builder> schema) Sets the value of the Schema property for this object.Sets the value of the Schema property for this object.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
-
dataSource
Sets the value of the DataSource property for this object.- Parameters:
dataSource
- The new value for the DataSource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
Sets the value of the DataSource property for this object. This is a convenience method that creates an instance of theDataSource.Builder
avoiding the need to create one manually viaDataSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSource(DataSource)
.- Parameters:
dataSource
- a consumer that will call methods onDataSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schema
Sets the value of the Schema property for this object.- Parameters:
schema
- The new value for the Schema property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
Sets the value of the Schema property for this object. This is a convenience method that creates an instance of theSchema.Builder
avoiding the need to create one manually viaSchema.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschema(Schema)
.- Parameters:
schema
- a consumer that will call methods onSchema.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the data, either CSV or PARQUET.
- Parameters:
format
- The format of the data, either CSV or PARQUET.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-