Interface DescribeLimitsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
,KinesisResponse.Builder
,SdkBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeLimitsResponse
public static interface DescribeLimitsResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
shardLimit
DescribeLimitsResponse.Builder shardLimit(Integer shardLimit)
The maximum number of shards.
- Parameters:
shardLimit
- The maximum number of shards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openShardCount
DescribeLimitsResponse.Builder openShardCount(Integer openShardCount)
The number of open shards.
- Parameters:
openShardCount
- The number of open shards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onDemandStreamCount
DescribeLimitsResponse.Builder onDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
- Parameters:
onDemandStreamCount
- Indicates the number of data streams with the on-demand capacity mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onDemandStreamCountLimit
DescribeLimitsResponse.Builder onDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
- Parameters:
onDemandStreamCountLimit
- The maximum number of data streams with the on-demand capacity mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-