Interface DescribeStreamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeStreamRequest.Builder,,DescribeStreamRequest> KinesisRequest.Builder,SdkBuilder<DescribeStreamRequest.Builder,,DescribeStreamRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeStreamRequest
-
Method Summary
Modifier and TypeMethodDescriptionexclusiveStartShardId(String exclusiveStartShardId) The shard ID of the shard to start with.The maximum number of shards to return in a single call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of the stream.Not Implemented.streamName(String streamName) The name of the stream to describe.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
streamName
The name of the stream to describe.
- Parameters:
streamName- The name of the stream to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.
- Parameters:
limit- The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusiveStartShardId
The shard ID of the shard to start with.
Specify this parameter to indicate that you want to describe the stream starting with the shard whose ID immediately follows
ExclusiveStartShardId.If you don't specify this parameter, the default behavior for
DescribeStreamis to describe the stream starting with the first shard in the stream.- Parameters:
exclusiveStartShardId- The shard ID of the shard to start with.Specify this parameter to indicate that you want to describe the stream starting with the shard whose ID immediately follows
ExclusiveStartShardId.If you don't specify this parameter, the default behavior for
DescribeStreamis to describe the stream starting with the first shard in the stream.- 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.
-
streamId
Not Implemented. Reserved for future use.
- Parameters:
streamId- Not Implemented. Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-