public static interface DescribeDatasetResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetResponse.Builder |
createDate(Instant createDate)
The date and time that the dataset was created.
|
DescribeDatasetResponse.Builder |
createdBy(String createdBy)
The identifier (user name) of the user who created the dataset.
|
DescribeDatasetResponse.Builder |
format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
DescribeDatasetResponse.Builder |
format(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
default DescribeDatasetResponse.Builder |
formatOptions(Consumer<FormatOptions.Builder> formatOptions)
Sets the value of the FormatOptions property for this object.
|
DescribeDatasetResponse.Builder |
formatOptions(FormatOptions formatOptions)
Sets the value of the FormatOptions property for this object.
|
default DescribeDatasetResponse.Builder |
input(Consumer<Input.Builder> input)
Sets the value of the Input property for this object.
|
DescribeDatasetResponse.Builder |
input(Input input)
Sets the value of the Input property for this object.
|
DescribeDatasetResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the dataset.
|
DescribeDatasetResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time that the dataset was last modified.
|
DescribeDatasetResponse.Builder |
name(String name)
The name of the dataset.
|
default DescribeDatasetResponse.Builder |
pathOptions(Consumer<PathOptions.Builder> pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
DescribeDatasetResponse.Builder |
pathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
DescribeDatasetResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the dataset.
|
DescribeDatasetResponse.Builder |
source(Source source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
|
DescribeDatasetResponse.Builder |
source(String source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
|
DescribeDatasetResponse.Builder |
tags(Map<String,String> tags)
Metadata tags associated with this dataset.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatasetResponse.Builder createdBy(String createdBy)
The identifier (user name) of the user who created the dataset.
createdBy - The identifier (user name) of the user who created the dataset.DescribeDatasetResponse.Builder createDate(Instant createDate)
The date and time that the dataset was created.
createDate - The date and time that the dataset was created.DescribeDatasetResponse.Builder name(String name)
The name of the dataset.
name - The name of the dataset.DescribeDatasetResponse.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,
InputFormatDescribeDatasetResponse.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,
InputFormatDescribeDatasetResponse.Builder formatOptions(FormatOptions formatOptions)
formatOptions - The new value for the FormatOptions property for this object.default DescribeDatasetResponse.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)DescribeDatasetResponse.Builder input(Input input)
input - The new value for the Input property for this object.default DescribeDatasetResponse.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)DescribeDatasetResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time that the dataset was last modified.
lastModifiedDate - The date and time that the dataset was last modified.DescribeDatasetResponse.Builder lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the dataset.
lastModifiedBy - The identifier (user name) of the user who last modified the dataset.DescribeDatasetResponse.Builder source(String source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
DescribeDatasetResponse.Builder source(Source source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
DescribeDatasetResponse.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 DescribeDatasetResponse.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)DescribeDatasetResponse.Builder tags(Map<String,String> tags)
Metadata tags associated with this dataset.
tags - Metadata tags associated with this dataset.DescribeDatasetResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the dataset.
resourceArn - The Amazon Resource Name (ARN) of the dataset.Copyright © 2023. All rights reserved.