Interface CreateDatasetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDatasetRequest.Builder,CreateDatasetRequest>,DataBrewRequest.Builder,SdkBuilder<CreateDatasetRequest.Builder,CreateDatasetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDatasetRequest
public static interface CreateDatasetRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetRequest.Builder,CreateDatasetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateDatasetRequest.Builderformat(String format)The file format of a dataset that is created from an Amazon S3 file or folder.CreateDatasetRequest.Builderformat(InputFormat format)The file format of a dataset that is created from an Amazon S3 file or folder.default CreateDatasetRequest.BuilderformatOptions(Consumer<FormatOptions.Builder> formatOptions)Sets the value of the FormatOptions property for this object.CreateDatasetRequest.BuilderformatOptions(FormatOptions formatOptions)Sets the value of the FormatOptions property for this object.default CreateDatasetRequest.Builderinput(Consumer<Input.Builder> input)Sets the value of the Input property for this object.CreateDatasetRequest.Builderinput(Input input)Sets the value of the Input property for this object.CreateDatasetRequest.Buildername(String name)The name of the dataset to be created.CreateDatasetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDatasetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateDatasetRequest.BuilderpathOptions(Consumer<PathOptions.Builder> pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.CreateDatasetRequest.BuilderpathOptions(PathOptions pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.CreateDatasetRequest.Buildertags(Map<String,String> tags)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 Detail
-
name
CreateDatasetRequest.Builder name(String 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
CreateDatasetRequest.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
CreateDatasetRequest.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
CreateDatasetRequest.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 CreateDatasetRequest.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
CreateDatasetRequest.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 CreateDatasetRequest.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)
-
pathOptions
CreateDatasetRequest.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 CreateDatasetRequest.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
CreateDatasetRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-