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