public static interface TimeSeriesReplacementsDataSource.Builder extends SdkPojo, CopyableBuilder<TimeSeriesReplacementsDataSource.Builder,TimeSeriesReplacementsDataSource>
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesReplacementsDataSource.Builder |
format(String format)
The format of the replacement data, CSV or PARQUET.
|
default TimeSeriesReplacementsDataSource.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
Sets the value of the S3Config property for this object.
|
TimeSeriesReplacementsDataSource.Builder |
s3Config(S3Config s3Config)
Sets the value of the S3Config property for this object.
|
default TimeSeriesReplacementsDataSource.Builder |
schema(Consumer<Schema.Builder> schema)
Sets the value of the Schema property for this object.
|
TimeSeriesReplacementsDataSource.Builder |
schema(Schema schema)
Sets the value of the Schema property for this object.
|
TimeSeriesReplacementsDataSource.Builder |
timestampFormat(String timestampFormat)
The timestamp format of the replacement data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeSeriesReplacementsDataSource.Builder s3Config(S3Config s3Config)
s3Config - The new value for the S3Config property for this object.default TimeSeriesReplacementsDataSource.Builder s3Config(Consumer<S3Config.Builder> s3Config)
S3Config.Builder avoiding the need to
create one manually via S3Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Config(S3Config).
s3Config - a consumer that will call methods on S3Config.Builders3Config(S3Config)TimeSeriesReplacementsDataSource.Builder schema(Schema schema)
schema - The new value for the Schema property for this object.default TimeSeriesReplacementsDataSource.Builder schema(Consumer<Schema.Builder> schema)
Schema.Builder avoiding the need to
create one manually via Schema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schema(Schema).
schema - a consumer that will call methods on Schema.Builderschema(Schema)TimeSeriesReplacementsDataSource.Builder format(String format)
The format of the replacement data, CSV or PARQUET.
format - The format of the replacement data, CSV or PARQUET.TimeSeriesReplacementsDataSource.Builder timestampFormat(String timestampFormat)
The timestamp format of the replacement data.
timestampFormat - The timestamp format of the replacement data.Copyright © 2023. All rights reserved.