| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucket(String bucket)
The name of the S3 bucket.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.key(String key)
The path of the folder, within the S3 bucket that contains the Dataset.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetExternalDataViewAccessDetailsResponse.Builder |
GetExternalDataViewAccessDetailsResponse.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
The location where the external Dataview is stored.
|
Copyright © 2023. All rights reserved.