public static interface ChannelStorageSummary.Builder extends SdkPojo, CopyableBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>
| Modifier and Type | Method and Description |
|---|---|
default ChannelStorageSummary.Builder |
customerManagedS3(Consumer<CustomerManagedChannelS3StorageSummary.Builder> customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
ChannelStorageSummary.Builder |
customerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
default ChannelStorageSummary.Builder |
serviceManagedS3(Consumer<ServiceManagedChannelS3StorageSummary.Builder> serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
|
ChannelStorageSummary.Builder |
serviceManagedS3(ServiceManagedChannelS3StorageSummary serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelStorageSummary.Builder serviceManagedS3(ServiceManagedChannelS3StorageSummary serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
serviceManagedS3 - Used to store channel data in an S3 bucket managed by IoT Analytics.default ChannelStorageSummary.Builder serviceManagedS3(Consumer<ServiceManagedChannelS3StorageSummary.Builder> serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
This is a convenience method that creates an instance of theServiceManagedChannelS3StorageSummary.Builder avoiding the need to create one manually via
ServiceManagedChannelS3StorageSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to serviceManagedS3(ServiceManagedChannelS3StorageSummary).
serviceManagedS3 - a consumer that will call methods on ServiceManagedChannelS3StorageSummary.BuilderserviceManagedS3(ServiceManagedChannelS3StorageSummary)ChannelStorageSummary.Builder customerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
customerManagedS3 - Used to store channel data in an S3 bucket that you manage.default ChannelStorageSummary.Builder customerManagedS3(Consumer<CustomerManagedChannelS3StorageSummary.Builder> customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
This is a convenience method that creates an instance of theCustomerManagedChannelS3StorageSummary.Builder avoiding the need to create one manually via
CustomerManagedChannelS3StorageSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to customerManagedS3(CustomerManagedChannelS3StorageSummary).
customerManagedS3 - a consumer that will call methods on CustomerManagedChannelS3StorageSummary.BuildercustomerManagedS3(CustomerManagedChannelS3StorageSummary)Copyright © 2023. All rights reserved.