| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucket(String bucket)
The Amazon S3 bucket name.
|
S3Location.Builder |
S3Location.Builder.bucketOwner(String bucketOwner)
The Amazon Web Services account ID of the bucket owner.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.key(String key)
The unique name of the object in the bucket.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Output.Builder |
Output.Builder.location(Consumer<S3Location.Builder> location)
The location in Amazon S3 where the job writes its output.
|
default S3TableOutputOptions.Builder |
S3TableOutputOptions.Builder.location(Consumer<S3Location.Builder> location)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
default UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.outputLocation(Consumer<S3Location.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default CreateProfileJobRequest.Builder |
CreateProfileJobRequest.Builder.outputLocation(Consumer<S3Location.Builder> outputLocation)
Sets the value of the OutputLocation property for this object.
|
default Input.Builder |
Input.Builder.s3InputDefinition(Consumer<S3Location.Builder> s3InputDefinition)
The Amazon S3 location where the data is stored.
|
default DataCatalogInputDefinition.Builder |
DataCatalogInputDefinition.Builder.tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Represents an Amazon location where DataBrew can store intermediate results.
|
default DatabaseInputDefinition.Builder |
DatabaseInputDefinition.Builder.tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Sets the value of the TempDirectory property for this object.
|
default DatabaseTableOutputOptions.Builder |
DatabaseTableOutputOptions.Builder.tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
Copyright © 2023. All rights reserved.