@Stability(value=Stable)
public static interface CfnScheduledQuery.S3ConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.timestream.*;
S3ConfigurationProperty s3ConfigurationProperty = S3ConfigurationProperty.builder()
.bucketName("bucketName")
// the properties below are optional
.encryptionOption("encryptionOption")
.objectKeyPrefix("objectKeyPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.S3ConfigurationProperty.Builder
A builder for
CfnScheduledQuery.S3ConfigurationProperty |
static class |
CfnScheduledQuery.S3ConfigurationProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.S3ConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.S3ConfigurationProperty.Builder |
builder() |
String |
getBucketName()
`CfnScheduledQuery.S3ConfigurationProperty.BucketName`.
|
default String |
getEncryptionOption()
`CfnScheduledQuery.S3ConfigurationProperty.EncryptionOption`.
|
default String |
getObjectKeyPrefix()
`CfnScheduledQuery.S3ConfigurationProperty.ObjectKeyPrefix`.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @Nullable default String getEncryptionOption()
@Stability(value=Stable) @Nullable default String getObjectKeyPrefix()
@Stability(value=Stable) static CfnScheduledQuery.S3ConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.