Interface CreateDatasetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDatasetRequest.Builder,
,CreateDatasetRequest> DataBrewRequest.Builder
,SdkBuilder<CreateDatasetRequest.Builder,
,CreateDatasetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDatasetRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 CreateDatasetRequest.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 CreateDatasetRequest.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.The name of the dataset to be created.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default CreateDatasetRequest.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.Metadata tags to apply to this dataset.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
- Parameters:
name
- The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.- 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
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:
-
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 to apply to this dataset.
- Parameters:
tags
- Metadata tags to apply to this dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-