Interface UpdateChannelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateChannelRequest.Builder,
,UpdateChannelRequest> IoTAnalyticsRequest.Builder
,SdkBuilder<UpdateChannelRequest.Builder,
,UpdateChannelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateChannelRequest
-
Method Summary
Modifier and TypeMethodDescriptionchannelName
(String channelName) The name of the channel to be updated.default UpdateChannelRequest.Builder
channelStorage
(Consumer<ChannelStorage.Builder> channelStorage) Where channel data is stored.channelStorage
(ChannelStorage channelStorage) Where channel data is stored.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateChannelRequest.Builder
retentionPeriod
(Consumer<RetentionPeriod.Builder> retentionPeriod) How long, in days, message data is kept for the channel.retentionPeriod
(RetentionPeriod retentionPeriod) How long, in days, message data is kept for the channel.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelName
The name of the channel to be updated.
- Parameters:
channelName
- The name of the channel to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelStorage
Where channel data is stored. You can choose one of
serviceManagedS3
orcustomerManagedS3
storage. If not specified, the default isserviceManagedS3
. You can't change this storage option after the channel is created.- Parameters:
channelStorage
- Where channel data is stored. You can choose one ofserviceManagedS3
orcustomerManagedS3
storage. If not specified, the default isserviceManagedS3
. You can't change this storage option after the channel is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelStorage
default UpdateChannelRequest.Builder channelStorage(Consumer<ChannelStorage.Builder> channelStorage) Where channel data is stored. You can choose one of
This is a convenience method that creates an instance of theserviceManagedS3
orcustomerManagedS3
storage. If not specified, the default isserviceManagedS3
. You can't change this storage option after the channel is created.ChannelStorage.Builder
avoiding the need to create one manually viaChannelStorage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannelStorage(ChannelStorage)
.- Parameters:
channelStorage
- a consumer that will call methods onChannelStorage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retentionPeriod
How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.
- Parameters:
retentionPeriod
- How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionPeriod
default UpdateChannelRequest.Builder retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod) How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.
This is a convenience method that creates an instance of theRetentionPeriod.Builder
avoiding the need to create one manually viaRetentionPeriod.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toretentionPeriod(RetentionPeriod)
.- Parameters:
retentionPeriod
- a consumer that will call methods onRetentionPeriod.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-