public static interface UpdateDatasetRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<UpdateDatasetRequest.Builder,UpdateDatasetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDatasetRequest.Builder |
format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
UpdateDatasetRequest.Builder |
format(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
default UpdateDatasetRequest.Builder |
formatOptions(Consumer<FormatOptions.Builder> formatOptions)
Sets the value of the FormatOptions property for this object.
|
UpdateDatasetRequest.Builder |
formatOptions(FormatOptions formatOptions)
Sets the value of the FormatOptions property for this object.
|
default UpdateDatasetRequest.Builder |
input(Consumer<Input.Builder> input)
Sets the value of the Input property for this object.
|
UpdateDatasetRequest.Builder |
input(Input input)
Sets the value of the Input property for this object.
|
UpdateDatasetRequest.Builder |
name(String name)
The name of the dataset to be updated.
|
UpdateDatasetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDatasetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateDatasetRequest.Builder |
pathOptions(Consumer<PathOptions.Builder> pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
UpdateDatasetRequest.Builder |
pathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDatasetRequest.Builder name(String name)
The name of the dataset to be updated.
name - The name of the dataset to be updated.UpdateDatasetRequest.Builder format(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormat,
InputFormatUpdateDatasetRequest.Builder format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormat,
InputFormatUpdateDatasetRequest.Builder formatOptions(FormatOptions formatOptions)
formatOptions - The new value for the FormatOptions property for this object.default UpdateDatasetRequest.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions)
FormatOptions.Builder avoiding the need
to create one manually via FormatOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formatOptions(FormatOptions).
formatOptions - a consumer that will call methods on FormatOptions.BuilderformatOptions(FormatOptions)UpdateDatasetRequest.Builder input(Input input)
input - The new value for the Input property for this object.default UpdateDatasetRequest.Builder input(Consumer<Input.Builder> input)
Input.Builder avoiding the need to
create one manually via Input.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to input(Input).
input - a consumer that will call methods on Input.Builderinput(Input)UpdateDatasetRequest.Builder pathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.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.Builder avoiding the need to
create one manually via PathOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pathOptions(PathOptions).
pathOptions - a consumer that will call methods on PathOptions.BuilderpathOptions(PathOptions)UpdateDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.