@Stability(value=Stable) public static final class CfnScheduledQuery.S3ConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledQuery.S3ConfigurationProperty>
CfnScheduledQuery.S3ConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduledQuery.S3ConfigurationProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnScheduledQuery.S3ConfigurationProperty.getBucketName() |
CfnScheduledQuery.S3ConfigurationProperty |
build()
Builds the configured instance.
|
CfnScheduledQuery.S3ConfigurationProperty.Builder |
encryptionOption(String encryptionOption)
Sets the value of
CfnScheduledQuery.S3ConfigurationProperty.getEncryptionOption() |
CfnScheduledQuery.S3ConfigurationProperty.Builder |
objectKeyPrefix(String objectKeyPrefix)
Sets the value of
CfnScheduledQuery.S3ConfigurationProperty.getObjectKeyPrefix() |
@Stability(value=Stable) public CfnScheduledQuery.S3ConfigurationProperty.Builder bucketName(String bucketName)
CfnScheduledQuery.S3ConfigurationProperty.getBucketName()bucketName - Name of the S3 bucket under which error reports will be created. This parameter is required.this@Stability(value=Stable) public CfnScheduledQuery.S3ConfigurationProperty.Builder encryptionOption(String encryptionOption)
CfnScheduledQuery.S3ConfigurationProperty.getEncryptionOption()encryptionOption - Encryption at rest options for the error reports.
If no encryption option is specified, Timestream will choose SSE_S3 as default.this@Stability(value=Stable) public CfnScheduledQuery.S3ConfigurationProperty.Builder objectKeyPrefix(String objectKeyPrefix)
CfnScheduledQuery.S3ConfigurationProperty.getObjectKeyPrefix()objectKeyPrefix - Prefix for the error report key.
Timestream by default adds the following prefix to the error report path.this@Stability(value=Stable) public CfnScheduledQuery.S3ConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnScheduledQuery.S3ConfigurationProperty>CfnScheduledQuery.S3ConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.