public static interface DatasetParameter.Builder extends SdkPojo, CopyableBuilder<DatasetParameter.Builder,DatasetParameter>
| Modifier and Type | Method and Description |
|---|---|
DatasetParameter.Builder |
createColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be used to create a
new column in a dataset.
|
default DatasetParameter.Builder |
datetimeOptions(Consumer<DatetimeOptions.Builder> datetimeOptions)
Additional parameter options such as a format and a timezone.
|
DatasetParameter.Builder |
datetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone.
|
default DatasetParameter.Builder |
filter(Consumer<FilterExpression.Builder> filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
DatasetParameter.Builder |
filter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
DatasetParameter.Builder |
name(String name)
The name of the parameter that is used in the dataset's Amazon S3 path.
|
DatasetParameter.Builder |
type(ParameterType type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
DatasetParameter.Builder |
type(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetParameter.Builder name(String name)
The name of the parameter that is used in the dataset's Amazon S3 path.
name - The name of the parameter that is used in the dataset's Amazon S3 path.DatasetParameter.Builder type(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.ParameterType,
ParameterTypeDatasetParameter.Builder type(ParameterType type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.ParameterType,
ParameterTypeDatasetParameter.Builder datetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone. Required for datetime parameters.
datetimeOptions - Additional parameter options such as a format and a timezone. Required for datetime parameters.default DatasetParameter.Builder datetimeOptions(Consumer<DatetimeOptions.Builder> datetimeOptions)
Additional parameter options such as a format and a timezone. Required for datetime parameters.
This is a convenience method that creates an instance of theDatetimeOptions.Builder avoiding the
need to create one manually via DatetimeOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to datetimeOptions(DatetimeOptions).
datetimeOptions - a consumer that will call methods on DatetimeOptions.BuilderdatetimeOptions(DatetimeOptions)DatasetParameter.Builder createColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.
createColumn - Optional boolean value that defines whether the captured value of this parameter should be used to
create a new column in a dataset.DatasetParameter.Builder filter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
filter - The optional filter expression structure to apply additional matching criteria to the parameter.default DatasetParameter.Builder filter(Consumer<FilterExpression.Builder> filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
This is a convenience method that creates an instance of theFilterExpression.Builder avoiding the
need to create one manually via FilterExpression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(FilterExpression).
filter - a consumer that will call methods on FilterExpression.Builderfilter(FilterExpression)Copyright © 2023. All rights reserved.