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 CreateProfileJobRequest.Builder |
CreateProfileJobRequest.Builder.outputLocation(Consumer<S3Location.Builder> outputLocation) |
Sets the value of the OutputLocation property for this object.
|
default UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.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 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.
|
default DataCatalogInputDefinition.Builder |
DataCatalogInputDefinition.Builder.tempDirectory(Consumer<S3Location.Builder> tempDirectory) |
Represents an Amazon location where DataBrew can store intermediate results.
|