| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
S3TableOutputOptions.getLocation()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
S3Location |
Output.getLocation()
The location in Amazon S3 where the job writes its output.
|
S3Location |
UpdateProfileJobRequest.getOutputLocation() |
S3Location |
CreateProfileJobRequest.getOutputLocation() |
S3Location |
Input.getS3InputDefinition()
The Amazon S3 location where the data is stored.
|
S3Location |
DatabaseInputDefinition.getTempDirectory() |
S3Location |
DataCatalogInputDefinition.getTempDirectory()
Represents an Amazon location where DataBrew can store intermediate results.
|
S3Location |
DatabaseTableOutputOptions.getTempDirectory()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
S3Location |
S3Location.withBucket(String bucket)
The Amazon S3 bucket name.
|
S3Location |
S3Location.withBucketOwner(String bucketOwner)
The Amazon Web Services account ID of the bucket owner.
|
S3Location |
S3Location.withKey(String key)
The unique name of the object in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3TableOutputOptions.setLocation(S3Location location)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
void |
Output.setLocation(S3Location location)
The location in Amazon S3 where the job writes its output.
|
void |
UpdateProfileJobRequest.setOutputLocation(S3Location outputLocation) |
void |
CreateProfileJobRequest.setOutputLocation(S3Location outputLocation) |
void |
Input.setS3InputDefinition(S3Location s3InputDefinition)
The Amazon S3 location where the data is stored.
|
void |
DatabaseInputDefinition.setTempDirectory(S3Location tempDirectory) |
void |
DataCatalogInputDefinition.setTempDirectory(S3Location tempDirectory)
Represents an Amazon location where DataBrew can store intermediate results.
|
void |
DatabaseTableOutputOptions.setTempDirectory(S3Location tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
S3TableOutputOptions |
S3TableOutputOptions.withLocation(S3Location location)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
Output |
Output.withLocation(S3Location location)
The location in Amazon S3 where the job writes its output.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withOutputLocation(S3Location outputLocation) |
CreateProfileJobRequest |
CreateProfileJobRequest.withOutputLocation(S3Location outputLocation) |
Input |
Input.withS3InputDefinition(S3Location s3InputDefinition)
The Amazon S3 location where the data is stored.
|
DatabaseInputDefinition |
DatabaseInputDefinition.withTempDirectory(S3Location tempDirectory) |
DataCatalogInputDefinition |
DataCatalogInputDefinition.withTempDirectory(S3Location tempDirectory)
Represents an Amazon location where DataBrew can store intermediate results.
|
DatabaseTableOutputOptions |
DatabaseTableOutputOptions.withTempDirectory(S3Location tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
Copyright © 2023. All rights reserved.