public static interface DescribeLimitsResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLimitsResponse.Builder |
onDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
|
DescribeLimitsResponse.Builder |
onDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
|
DescribeLimitsResponse.Builder |
openShardCount(Integer openShardCount)
The number of open shards.
|
DescribeLimitsResponse.Builder |
shardLimit(Integer shardLimit)
The maximum number of shards.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLimitsResponse.Builder shardLimit(Integer shardLimit)
The maximum number of shards.
shardLimit - The maximum number of shards.DescribeLimitsResponse.Builder openShardCount(Integer openShardCount)
The number of open shards.
openShardCount - The number of open shards.DescribeLimitsResponse.Builder onDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
onDemandStreamCount - Indicates the number of data streams with the on-demand capacity mode.DescribeLimitsResponse.Builder onDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
onDemandStreamCountLimit - The maximum number of data streams with the on-demand capacity mode.Copyright © 2023. All rights reserved.