public static interface CfnJob.S3TableOutputOptionsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.databrew.*; S3TableOutputOptionsProperty s3TableOutputOptionsProperty = S3TableOutputOptionsProperty.builder() .location(S3LocationProperty.builder() .bucket("bucket") // the properties below are optional .bucketOwner("bucketOwner") .key("key") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.S3TableOutputOptionsProperty.Builder
A builder for
CfnJob.S3TableOutputOptionsProperty |
static class |
CfnJob.S3TableOutputOptionsProperty.Jsii$Proxy
An implementation for
CfnJob.S3TableOutputOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.S3TableOutputOptionsProperty.Builder |
builder() |
java.lang.Object |
getLocation()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
java.lang.Object getLocation()
static CfnJob.S3TableOutputOptionsProperty.Builder builder()