CopyableBuilder<DecreaseStreamRetentionPeriodRequest.Builder,DecreaseStreamRetentionPeriodRequest>, SdkBuilder<DecreaseStreamRetentionPeriodRequest.Builder,DecreaseStreamRetentionPeriodRequest>public static interface DecreaseStreamRetentionPeriodRequest.Builder extends CopyableBuilder<DecreaseStreamRetentionPeriodRequest.Builder,DecreaseStreamRetentionPeriodRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DecreaseStreamRetentionPeriodRequest.Builder |
retentionPeriodHours(Integer retentionPeriodHours) |
The new retention period of the stream, in hours.
|
DecreaseStreamRetentionPeriodRequest.Builder |
streamName(String streamName) |
The name of the stream to modify.
|
copyapply, buildDecreaseStreamRetentionPeriodRequest.Builder streamName(String streamName)
The name of the stream to modify.
streamName - The name of the stream to modify.DecreaseStreamRetentionPeriodRequest.Builder retentionPeriodHours(Integer retentionPeriodHours)
The new retention period of the stream, in hours. Must be less than the current retention period.
retentionPeriodHours - The new retention period of the stream, in hours. Must be less than the current retention period.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.