public static interface Dataset.Builder extends SdkPojo, CopyableBuilder<Dataset.Builder,Dataset>
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account that owns the dataset.
|
Dataset.Builder |
createDate(Instant createDate)
The date and time that the dataset was created.
|
Dataset.Builder |
createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the dataset.
|
Dataset.Builder |
format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
Dataset.Builder |
format(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
default Dataset.Builder |
formatOptions(Consumer<FormatOptions.Builder> formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
|
Dataset.Builder |
formatOptions(FormatOptions formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
|
default Dataset.Builder |
input(Consumer<Input.Builder> input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
|
Dataset.Builder |
input(Input input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
|
Dataset.Builder |
lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the dataset.
|
Dataset.Builder |
lastModifiedDate(Instant lastModifiedDate)
The last modification date and time of the dataset.
|
Dataset.Builder |
name(String name)
The unique name of the dataset.
|
default Dataset.Builder |
pathOptions(Consumer<PathOptions.Builder> pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
Dataset.Builder |
pathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
Dataset.Builder |
resourceArn(String resourceArn)
The unique Amazon Resource Name (ARN) for the dataset.
|
Dataset.Builder |
source(Source source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
Dataset.Builder |
source(String source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
Dataset.Builder |
tags(Map<String,String> tags)
Metadata tags that have been applied to the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataset.Builder accountId(String accountId)
The ID of the Amazon Web Services account that owns the dataset.
accountId - The ID of the Amazon Web Services account that owns the dataset.Dataset.Builder createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the dataset.
createdBy - The Amazon Resource Name (ARN) of the user who created the dataset.Dataset.Builder createDate(Instant createDate)
The date and time that the dataset was created.
createDate - The date and time that the dataset was created.Dataset.Builder name(String name)
The unique name of the dataset.
name - The unique name of the dataset.Dataset.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,
InputFormatDataset.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,
InputFormatDataset.Builder formatOptions(FormatOptions formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
formatOptions - A set of options that define how DataBrew interprets the data in the dataset.default Dataset.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
This is a convenience method that creates an instance of theFormatOptions.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)Dataset.Builder input(Input input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
input - Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.default Dataset.Builder input(Consumer<Input.Builder> input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
This is a convenience method that creates an instance of theInput.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)Dataset.Builder lastModifiedDate(Instant lastModifiedDate)
The last modification date and time of the dataset.
lastModifiedDate - The last modification date and time of the dataset.Dataset.Builder lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the dataset.
lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the dataset.Dataset.Builder source(String source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
Dataset.Builder source(Source source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
Dataset.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 Dataset.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)Dataset.Builder tags(Map<String,String> tags)
Metadata tags that have been applied to the dataset.
tags - Metadata tags that have been applied to the dataset.Dataset.Builder resourceArn(String resourceArn)
The unique Amazon Resource Name (ARN) for the dataset.
resourceArn - The unique Amazon Resource Name (ARN) for the dataset.Copyright © 2023. All rights reserved.