public static interface IncreaseStreamRetentionPeriodRequest.Builder extends KinesisRequest.Builder, CopyableBuilder<IncreaseStreamRetentionPeriodRequest.Builder,IncreaseStreamRetentionPeriodRequest>
| Modifier and Type | Method and Description |
|---|---|
IncreaseStreamRetentionPeriodRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
IncreaseStreamRetentionPeriodRequest.Builder |
retentionPeriodHours(Integer retentionPeriodHours)
The new retention period of the stream, in hours.
|
IncreaseStreamRetentionPeriodRequest.Builder |
streamName(String streamName)
The name of the stream to modify.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildIncreaseStreamRetentionPeriodRequest.Builder streamName(String streamName)
The name of the stream to modify.
streamName - The name of the stream to modify.IncreaseStreamRetentionPeriodRequest.Builder retentionPeriodHours(Integer retentionPeriodHours)
The new retention period of the stream, in hours. Must be more than the current retention period.
retentionPeriodHours - The new retention period of the stream, in hours. Must be more than the current retention period.IncreaseStreamRetentionPeriodRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.