public static interface CfnJob.OutputLocationProperty
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.*; OutputLocationProperty outputLocationProperty = OutputLocationProperty.builder() .bucket("bucket") // the properties below are optional .bucketOwner("bucketOwner") .key("key") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.OutputLocationProperty.Builder
A builder for
CfnJob.OutputLocationProperty |
static class |
CfnJob.OutputLocationProperty.Jsii$Proxy
An implementation for
CfnJob.OutputLocationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.OutputLocationProperty.Builder |
builder() |
java.lang.String |
getBucket()
The Amazon S3 bucket name.
|
default java.lang.String |
getBucketOwner()
`CfnJob.OutputLocationProperty.BucketOwner`.
|
default java.lang.String |
getKey()
The unique name of the object in the bucket.
|
java.lang.String getBucket()
default java.lang.String getBucketOwner()
default java.lang.String getKey()
static CfnJob.OutputLocationProperty.Builder builder()