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 Details

    • 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

      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.