| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
static Source |
Source.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Source |
Dataset.source()
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
Source |
DescribeDatasetResponse.source()
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
|
static Source |
Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source[] |
Source.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<Source> |
Source.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
Dataset.Builder.source(Source source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.source(Source source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.