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