Uses of Class
software.amazon.awssdk.services.databrew.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of S3Location in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return S3Location Modifier and Type Method Description S3LocationOutput. location()The location in Amazon S3 where the job writes its output.S3LocationS3TableOutputOptions. location()Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.S3LocationCreateProfileJobRequest. outputLocation()Returns the value of the OutputLocation property for this object.S3LocationUpdateProfileJobRequest. outputLocation()Returns the value of the OutputLocation property for this object.S3LocationInput. s3InputDefinition()The Amazon S3 location where the data is stored.S3LocationDatabaseInputDefinition. tempDirectory()Returns the value of the TempDirectory property for this object.S3LocationDatabaseTableOutputOptions. tempDirectory()Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.S3LocationDataCatalogInputDefinition. tempDirectory()Represents an Amazon location where DataBrew can store intermediate results.Methods in software.amazon.awssdk.services.databrew.model with parameters of type S3Location Modifier and Type Method Description Output.BuilderOutput.Builder. location(S3Location location)The location in Amazon S3 where the job writes its output.S3TableOutputOptions.BuilderS3TableOutputOptions.Builder. location(S3Location location)Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.CreateProfileJobRequest.BuilderCreateProfileJobRequest.Builder. outputLocation(S3Location outputLocation)Sets the value of the OutputLocation property for this object.UpdateProfileJobRequest.BuilderUpdateProfileJobRequest.Builder. outputLocation(S3Location outputLocation)Sets the value of the OutputLocation property for this object.Input.BuilderInput.Builder. s3InputDefinition(S3Location s3InputDefinition)The Amazon S3 location where the data is stored.DatabaseInputDefinition.BuilderDatabaseInputDefinition.Builder. tempDirectory(S3Location tempDirectory)Sets the value of the TempDirectory property for this object.DatabaseTableOutputOptions.BuilderDatabaseTableOutputOptions.Builder. tempDirectory(S3Location tempDirectory)Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.DataCatalogInputDefinition.BuilderDataCatalogInputDefinition.Builder. tempDirectory(S3Location tempDirectory)Represents an Amazon location where DataBrew can store intermediate results.
-