| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
InputFormat |
Dataset.format()
The file format of a dataset that is created from an Amazon S3 file or folder.
|
InputFormat |
DescribeDatasetResponse.format()
The file format of a dataset that is created from an Amazon S3 file or folder.
|
InputFormat |
CreateDatasetRequest.format()
The file format of a dataset that is created from an Amazon S3 file or folder.
|
InputFormat |
UpdateDatasetRequest.format()
The file format of a dataset that is created from an Amazon S3 file or folder.
|
static InputFormat |
InputFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InputFormat |
InputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputFormat[] |
InputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InputFormat> |
InputFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
Dataset.Builder.format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
UpdateDatasetRequest.Builder |
UpdateDatasetRequest.Builder.format(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
Copyright © 2023. All rights reserved.