Interface UpdateShardCountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>,KinesisResponse.Builder,SdkBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateShardCountResponse
public static interface UpdateShardCountResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateShardCountResponse.BuildercurrentShardCount(Integer currentShardCount)The current number of shards.UpdateShardCountResponse.BuilderstreamARN(String streamARN)The ARN of the stream.UpdateShardCountResponse.BuilderstreamName(String streamName)The name of the stream.UpdateShardCountResponse.BuildertargetShardCount(Integer targetShardCount)The updated 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
-
streamName
UpdateShardCountResponse.Builder streamName(String streamName)
The name of the stream.
- Parameters:
streamName- The name of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentShardCount
UpdateShardCountResponse.Builder currentShardCount(Integer currentShardCount)
The current number of shards.
- Parameters:
currentShardCount- The current number of shards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetShardCount
UpdateShardCountResponse.Builder targetShardCount(Integer targetShardCount)
The updated number of shards.
- Parameters:
targetShardCount- The updated number of shards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamARN
UpdateShardCountResponse.Builder streamARN(String streamARN)
The ARN of the stream.
- Parameters:
streamARN- The ARN of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-