@Stability(value=Stable)
public static interface CfnDataset.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnDataset.S3LocationProperty.Builder
A builder for
CfnDataset.S3LocationProperty |
static class |
CfnDataset.S3LocationProperty.Jsii$Proxy
An implementation for
CfnDataset.S3LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.S3LocationProperty.Builder |
builder() |
String |
getBucket()
The Amazon S3 bucket name.
|
default String |
getKey()
The unique name of the object in the bucket.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) static CfnDataset.S3LocationProperty.Builder builder()
Copyright © 2022. All rights reserved.