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