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