@Stability(value=Stable) public static final class CfnChannel.ChannelStorageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.ChannelStorageProperty>
CfnChannel.ChannelStorageProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.ChannelStorageProperty |
build()
Builds the configured instance.
|
CfnChannel.ChannelStorageProperty.Builder |
customerManagedS3(CfnChannel.CustomerManagedS3Property customerManagedS3)
Sets the value of
CfnChannel.ChannelStorageProperty.getCustomerManagedS3() |
CfnChannel.ChannelStorageProperty.Builder |
customerManagedS3(IResolvable customerManagedS3)
Sets the value of
CfnChannel.ChannelStorageProperty.getCustomerManagedS3() |
CfnChannel.ChannelStorageProperty.Builder |
serviceManagedS3(Object serviceManagedS3)
Sets the value of
CfnChannel.ChannelStorageProperty.getServiceManagedS3() |
@Stability(value=Stable) public CfnChannel.ChannelStorageProperty.Builder customerManagedS3(CfnChannel.CustomerManagedS3Property customerManagedS3)
CfnChannel.ChannelStorageProperty.getCustomerManagedS3()customerManagedS3 - Used to store channel data in an S3 bucket that you manage.
If customer managed storage is selected, the retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the data store is created.this@Stability(value=Stable) public CfnChannel.ChannelStorageProperty.Builder customerManagedS3(IResolvable customerManagedS3)
CfnChannel.ChannelStorageProperty.getCustomerManagedS3()customerManagedS3 - Used to store channel data in an S3 bucket that you manage.
If customer managed storage is selected, the retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the data store is created.this@Stability(value=Stable) public CfnChannel.ChannelStorageProperty.Builder serviceManagedS3(Object serviceManagedS3)
CfnChannel.ChannelStorageProperty.getServiceManagedS3()serviceManagedS3 - Used to store channel data in an S3 bucket managed by AWS IoT Analytics .
You can't change the choice of S3 storage after the data store is created.this@Stability(value=Stable) public CfnChannel.ChannelStorageProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.ChannelStorageProperty>CfnChannel.ChannelStoragePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.