Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.CustomerManagedChannelS3StorageSummary.Builder
-
Packages that use CustomerManagedChannelS3StorageSummary.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of CustomerManagedChannelS3StorageSummary.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return CustomerManagedChannelS3StorageSummary.Builder Modifier and Type Method Description CustomerManagedChannelS3StorageSummary.BuilderCustomerManagedChannelS3StorageSummary.Builder. bucket(String bucket)The name of the S3 bucket in which channel data is stored.static CustomerManagedChannelS3StorageSummary.BuilderCustomerManagedChannelS3StorageSummary. builder()CustomerManagedChannelS3StorageSummary.BuilderCustomerManagedChannelS3StorageSummary.Builder. keyPrefix(String keyPrefix)(Optional) The prefix used to create the keys of the channel data objects.CustomerManagedChannelS3StorageSummary.BuilderCustomerManagedChannelS3StorageSummary.Builder. roleArn(String roleArn)The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.CustomerManagedChannelS3StorageSummary.BuilderCustomerManagedChannelS3StorageSummary. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type CustomerManagedChannelS3StorageSummary.Builder Modifier and Type Method Description static Class<? extends CustomerManagedChannelS3StorageSummary.Builder>CustomerManagedChannelS3StorageSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type CustomerManagedChannelS3StorageSummary.Builder Modifier and Type Method Description default ChannelStorageSummary.BuilderChannelStorageSummary.Builder. customerManagedS3(Consumer<CustomerManagedChannelS3StorageSummary.Builder> customerManagedS3)Used to store channel data in an S3 bucket that you manage.
-