| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
Output.location()
The location in Amazon S3 where the job writes its output.
|
S3Location |
S3TableOutputOptions.location()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
S3Location |
UpdateProfileJobRequest.outputLocation()
Returns the value of the OutputLocation property for this object.
|
S3Location |
CreateProfileJobRequest.outputLocation()
Returns the value of the OutputLocation property for this object.
|
S3Location |
Input.s3InputDefinition()
The Amazon S3 location where the data is stored.
|
S3Location |
DataCatalogInputDefinition.tempDirectory()
Represents an Amazon location where DataBrew can store intermediate results.
|
S3Location |
DatabaseInputDefinition.tempDirectory()
Returns the value of the TempDirectory property for this object.
|
S3Location |
DatabaseTableOutputOptions.tempDirectory()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
| Modifier and Type | Method and Description |
|---|---|
Output.Builder |
Output.Builder.location(S3Location location)
The location in Amazon S3 where the job writes its output.
|
S3TableOutputOptions.Builder |
S3TableOutputOptions.Builder.location(S3Location location)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.outputLocation(S3Location outputLocation)
Sets the value of the OutputLocation property for this object.
|
CreateProfileJobRequest.Builder |
CreateProfileJobRequest.Builder.outputLocation(S3Location outputLocation)
Sets the value of the OutputLocation property for this object.
|
Input.Builder |
Input.Builder.s3InputDefinition(S3Location s3InputDefinition)
The Amazon S3 location where the data is stored.
|
DataCatalogInputDefinition.Builder |
DataCatalogInputDefinition.Builder.tempDirectory(S3Location tempDirectory)
Represents an Amazon location where DataBrew can store intermediate results.
|
DatabaseInputDefinition.Builder |
DatabaseInputDefinition.Builder.tempDirectory(S3Location tempDirectory)
Sets the value of the TempDirectory property for this object.
|
DatabaseTableOutputOptions.Builder |
DatabaseTableOutputOptions.Builder.tempDirectory(S3Location tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
Copyright © 2023. All rights reserved.