Interface ChannelStorageSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>,SdkBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>,SdkPojo
- Enclosing class:
- ChannelStorageSummary
public static interface ChannelStorageSummary.Builder extends SdkPojo, CopyableBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChannelStorageSummary.BuildercustomerManagedS3(Consumer<CustomerManagedChannelS3StorageSummary.Builder> customerManagedS3)Used to store channel data in an S3 bucket that you manage.ChannelStorageSummary.BuildercustomerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)Used to store channel data in an S3 bucket that you manage.default ChannelStorageSummary.BuilderserviceManagedS3(Consumer<ServiceManagedChannelS3StorageSummary.Builder> serviceManagedS3)Used to store channel data in an S3 bucket managed by IoT Analytics.ChannelStorageSummary.BuilderserviceManagedS3(ServiceManagedChannelS3StorageSummary serviceManagedS3)Used to store channel data in an S3 bucket managed by IoT Analytics.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
serviceManagedS3
ChannelStorageSummary.Builder serviceManagedS3(ServiceManagedChannelS3StorageSummary serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
- Parameters:
serviceManagedS3- Used to store channel data in an S3 bucket managed by IoT Analytics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceManagedS3
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.Builderavoiding the need to create one manually viaServiceManagedChannelS3StorageSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceManagedS3(ServiceManagedChannelS3StorageSummary).- Parameters:
serviceManagedS3- a consumer that will call methods onServiceManagedChannelS3StorageSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceManagedS3(ServiceManagedChannelS3StorageSummary)
-
customerManagedS3
ChannelStorageSummary.Builder customerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
- Parameters:
customerManagedS3- Used to store channel data in an S3 bucket that you manage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerManagedS3
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.Builderavoiding the need to create one manually viaCustomerManagedChannelS3StorageSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomerManagedS3(CustomerManagedChannelS3StorageSummary).- Parameters:
customerManagedS3- a consumer that will call methods onCustomerManagedChannelS3StorageSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customerManagedS3(CustomerManagedChannelS3StorageSummary)
-
-