Interface DescribeDatasetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>,DataBrewResponse.Builder,SdkBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDatasetResponse
public static interface DescribeDatasetResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeDatasetResponse.BuildercreateDate(Instant createDate)The date and time that the dataset was created.DescribeDatasetResponse.BuildercreatedBy(String createdBy)The identifier (user name) of the user who created the dataset.DescribeDatasetResponse.Builderformat(String format)The file format of a dataset that is created from an Amazon S3 file or folder.DescribeDatasetResponse.Builderformat(InputFormat format)The file format of a dataset that is created from an Amazon S3 file or folder.default DescribeDatasetResponse.BuilderformatOptions(Consumer<FormatOptions.Builder> formatOptions)Sets the value of the FormatOptions property for this object.DescribeDatasetResponse.BuilderformatOptions(FormatOptions formatOptions)Sets the value of the FormatOptions property for this object.default DescribeDatasetResponse.Builderinput(Consumer<Input.Builder> input)Sets the value of the Input property for this object.DescribeDatasetResponse.Builderinput(Input input)Sets the value of the Input property for this object.DescribeDatasetResponse.BuilderlastModifiedBy(String lastModifiedBy)The identifier (user name) of the user who last modified the dataset.DescribeDatasetResponse.BuilderlastModifiedDate(Instant lastModifiedDate)The date and time that the dataset was last modified.DescribeDatasetResponse.Buildername(String name)The name of the dataset.default DescribeDatasetResponse.BuilderpathOptions(Consumer<PathOptions.Builder> pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.DescribeDatasetResponse.BuilderpathOptions(PathOptions pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.DescribeDatasetResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the dataset.DescribeDatasetResponse.Buildersource(String source)The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.DescribeDatasetResponse.Buildersource(Source source)The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.DescribeDatasetResponse.Buildertags(Map<String,String> tags)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 Detail
-
createdBy
DescribeDatasetResponse.Builder createdBy(String 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
DescribeDatasetResponse.Builder createDate(Instant 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
DescribeDatasetResponse.Builder name(String 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
DescribeDatasetResponse.Builder format(String 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:
InputFormat,InputFormat
-
format
DescribeDatasetResponse.Builder format(InputFormat 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:
InputFormat,InputFormat
-
formatOptions
DescribeDatasetResponse.Builder formatOptions(FormatOptions 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.Builderavoiding the need to create one manually viaFormatOptions.builder().When the
Consumercompletes,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:
formatOptions(FormatOptions)
-
input
DescribeDatasetResponse.Builder input(Input 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
default DescribeDatasetResponse.Builder input(Consumer<Input.Builder> input)
Sets the value of the Input property for this object. This is a convenience method that creates an instance of theInput.Builderavoiding the need to create one manually viaInput.builder().When the
Consumercompletes,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:
input(Input)
-
lastModifiedDate
DescribeDatasetResponse.Builder lastModifiedDate(Instant 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
DescribeDatasetResponse.Builder lastModifiedBy(String 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
DescribeDatasetResponse.Builder source(String source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
-
source
DescribeDatasetResponse.Builder source(Source source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
-
pathOptions
DescribeDatasetResponse.Builder pathOptions(PathOptions 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
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.Builderavoiding the need to create one manually viaPathOptions.builder().When the
Consumercompletes,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:
pathOptions(PathOptions)
-
tags
DescribeDatasetResponse.Builder tags(Map<String,String> 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
DescribeDatasetResponse.Builder resourceArn(String 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.
-
-