public static interface CreateDatasetRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetRequest.Builder,CreateDatasetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetRequest.Builder |
format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
CreateDatasetRequest.Builder |
format(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
default CreateDatasetRequest.Builder |
formatOptions(Consumer<FormatOptions.Builder> formatOptions)
Sets the value of the FormatOptions property for this object.
|
CreateDatasetRequest.Builder |
formatOptions(FormatOptions formatOptions)
Sets the value of the FormatOptions property for this object.
|
default CreateDatasetRequest.Builder |
input(Consumer<Input.Builder> input)
Sets the value of the Input property for this object.
|
CreateDatasetRequest.Builder |
input(Input input)
Sets the value of the Input property for this object.
|
CreateDatasetRequest.Builder |
name(String name)
The name of the dataset to be created.
|
CreateDatasetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDatasetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDatasetRequest.Builder |
pathOptions(Consumer<PathOptions.Builder> pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
CreateDatasetRequest.Builder |
pathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
CreateDatasetRequest.Builder |
tags(Map<String,String> tags)
Metadata tags to apply to this dataset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetRequest.Builder name(String name)
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
name - The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-),
period (.), and space.CreateDatasetRequest.Builder format(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormat,
InputFormatCreateDatasetRequest.Builder format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormat,
InputFormatCreateDatasetRequest.Builder formatOptions(FormatOptions formatOptions)
formatOptions - The new value for the FormatOptions property for this object.default CreateDatasetRequest.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions)
FormatOptions.Builder avoiding the need
to create one manually via FormatOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formatOptions(FormatOptions).
formatOptions - a consumer that will call methods on FormatOptions.BuilderformatOptions(FormatOptions)CreateDatasetRequest.Builder input(Input input)
input - The new value for the Input property for this object.default CreateDatasetRequest.Builder input(Consumer<Input.Builder> input)
Input.Builder avoiding the need to
create one manually via Input.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to input(Input).
input - a consumer that will call methods on Input.Builderinput(Input)CreateDatasetRequest.Builder pathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.default CreateDatasetRequest.Builder pathOptions(Consumer<PathOptions.Builder> pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
This is a convenience method that creates an instance of thePathOptions.Builder avoiding the need to
create one manually via PathOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pathOptions(PathOptions).
pathOptions - a consumer that will call methods on PathOptions.BuilderpathOptions(PathOptions)CreateDatasetRequest.Builder tags(Map<String,String> tags)
Metadata tags to apply to this dataset.
tags - Metadata tags to apply to this dataset.CreateDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.