Interface ListStreamsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStreamsRequest.Builder,,ListStreamsRequest> DynamoDbStreamsRequest.Builder,SdkBuilder<ListStreamsRequest.Builder,,ListStreamsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStreamsRequest
@Mutable
@NotThreadSafe
public static interface ListStreamsRequest.Builder
extends DynamoDbStreamsRequest.Builder, SdkPojo, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexclusiveStartStreamArn(String exclusiveStartStreamArn) The ARN (Amazon Resource Name) of the first item that this operation will evaluate.The maximum number of streams to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) If this parameter is provided, then only the streams associated with this table name are returned.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.dynamodb.model.DynamoDbStreamsRequest.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
-
tableName
If this parameter is provided, then only the streams associated with this table name are returned.
- Parameters:
tableName- If this parameter is provided, then only the streams associated with this table name are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of streams to return. The upper limit is 100.
- Parameters:
limit- The maximum number of streams to return. The upper limit is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusiveStartStreamArn
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for
LastEvaluatedStreamArnin the previous operation.- Parameters:
exclusiveStartStreamArn- The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned forLastEvaluatedStreamArnin the previous operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-