Interface DescribeDatasetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDatasetResponse.Builder,
,DescribeDatasetResponse> DataBrewResponse.Builder
,SdkBuilder<DescribeDatasetResponse.Builder,
,DescribeDatasetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDatasetResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreateDate
(Instant createDate) The date and time that the dataset was created.The identifier (user name) of the user who created the dataset.The file format of a dataset that is created from an Amazon S3 file or folder.format
(InputFormat 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.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.Sets the value of the Input property for this object.lastModifiedBy
(String lastModifiedBy) The identifier (user name) of the user who last modified the dataset.lastModifiedDate
(Instant lastModifiedDate) The date and time that the dataset was last modified.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.pathOptions
(PathOptions pathOptions) A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the dataset.The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.Metadata tags associated with this dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdBy
The identifier (user name) of the user who created the dataset.
- Parameters:
createdBy
- The identifier (user name) of the user who created the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
The date and time that the dataset was created.
- Parameters:
createDate
- The date and time that the dataset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the dataset.
- Parameters:
name
- The name of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The file format of a dataset that is created from an Amazon S3 file or folder.
- Parameters:
format
- The file format of a dataset that is created from an Amazon S3 file or folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The file format of a dataset that is created from an Amazon S3 file or folder.
- Parameters:
format
- The file format of a dataset that is created from an Amazon S3 file or folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
formatOptions
Sets the value of the FormatOptions property for this object.- Parameters:
formatOptions
- The new value for the FormatOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatOptions
default DescribeDatasetResponse.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions) Sets the value of the FormatOptions property for this object. This is a convenience method that creates an instance of theFormatOptions.Builder
avoiding the need to create one manually viaFormatOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toformatOptions(FormatOptions)
.- Parameters:
formatOptions
- a consumer that will call methods onFormatOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
input
Sets the value of the Input property for this object.- Parameters:
input
- The new value for the Input property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
Sets the value of the Input property for this object. This is a convenience method that creates an instance of theInput.Builder
avoiding the need to create one manually viaInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinput(Input)
.- Parameters:
input
- a consumer that will call methods onInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedDate
The date and time that the dataset was last modified.
- Parameters:
lastModifiedDate
- The date and time that the dataset was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The identifier (user name) of the user who last modified the dataset.
- Parameters:
lastModifiedBy
- The identifier (user name) of the user who last modified the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
- Parameters:
source
- The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
- Parameters:
source
- The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pathOptions
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
- Parameters:
pathOptions
- A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPathOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topathOptions(PathOptions)
.- Parameters:
pathOptions
- a consumer that will call methods onPathOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Metadata tags associated with this dataset.
- Parameters:
tags
- Metadata tags associated with this dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-