public static interface UpdateDataRetentionRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataRetentionRequest.Builder,UpdateDataRetentionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataRetentionRequest.Builder |
currentVersion(String currentVersion)
The version of the stream whose retention period you want to change.
|
UpdateDataRetentionRequest.Builder |
dataRetentionChangeInHours(Integer dataRetentionChangeInHours)
The retention period, in hours.
|
UpdateDataRetentionRequest.Builder |
operation(String operation)
Indicates whether you want to increase or decrease the retention period.
|
UpdateDataRetentionRequest.Builder |
operation(UpdateDataRetentionOperation operation)
Indicates whether you want to increase or decrease the retention period.
|
UpdateDataRetentionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDataRetentionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDataRetentionRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream whose retention period you want to change.
|
UpdateDataRetentionRequest.Builder |
streamName(String streamName)
The name of the stream whose retention period you want to change.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataRetentionRequest.Builder streamName(String streamName)
The name of the stream whose retention period you want to change.
streamName - The name of the stream whose retention period you want to change.UpdateDataRetentionRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream whose retention period you want to change.
streamARN - The Amazon Resource Name (ARN) of the stream whose retention period you want to change.UpdateDataRetentionRequest.Builder currentVersion(String currentVersion)
The version of the stream whose retention period you want to change. To get the version, call either the
DescribeStream or the ListStreams API.
currentVersion - The version of the stream whose retention period you want to change. To get the version, call either
the DescribeStream or the ListStreams API.UpdateDataRetentionRequest.Builder operation(String operation)
Indicates whether you want to increase or decrease the retention period.
operation - Indicates whether you want to increase or decrease the retention period.UpdateDataRetentionOperation,
UpdateDataRetentionOperationUpdateDataRetentionRequest.Builder operation(UpdateDataRetentionOperation operation)
Indicates whether you want to increase or decrease the retention period.
operation - Indicates whether you want to increase or decrease the retention period.UpdateDataRetentionOperation,
UpdateDataRetentionOperationUpdateDataRetentionRequest.Builder dataRetentionChangeInHours(Integer dataRetentionChangeInHours)
The retention period, in hours. The value you specify replaces the current value. The maximum value for this parameter is 87600 (ten years).
dataRetentionChangeInHours - The retention period, in hours. The value you specify replaces the current value. The maximum value
for this parameter is 87600 (ten years).UpdateDataRetentionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDataRetentionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.