Class ListShardsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kinesis.model.KinesisRequest
-
- software.amazon.awssdk.services.kinesis.model.ListShardsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListShardsRequest.Builder,ListShardsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListShardsRequest extends KinesisRequest implements ToCopyableBuilder<ListShardsRequest.Builder,ListShardsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListShardsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListShardsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexclusiveStartShardId()Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately followsExclusiveStartShardId.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of shards to return in a single call toListShards.StringnextToken()When the number of shards in the data stream is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of shards in the data stream, the response includes a pagination token namedNextToken.List<SdkField<?>>sdkFields()static Class<? extends ListShardsRequest.Builder>serializableBuilderClass()ShardFiltershardFilter()Enables you to filter out the response of theListShardsAPI.StringstreamARN()The ARN of the stream.InstantstreamCreationTimestamp()Specify this input parameter to distinguish data streams that have the same name.StringstreamName()The name of the data stream whose shards you want to list.ListShardsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
streamName
public final String streamName()
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the
NextTokenparameter.- Returns:
- The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the
NextTokenparameter.
-
nextToken
public final String nextToken()
When the number of shards in the data stream is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of shards in the data stream, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListShardsto list the next set of shards.Don't specify
StreamNameorStreamCreationTimestampif you specifyNextTokenbecause the latter unambiguously identifies the stream.You can optionally specify a value for the
MaxResultsparameter when you specifyNextToken. If you specify aMaxResultsvalue that is less than the number of shards that the operation returns if you don't specifyMaxResults, the response will contain a newNextTokenvalue. You can use the newNextTokenvalue in a subsequent call to theListShardsoperation.Tokens expire after 300 seconds. When you obtain a value for
NextTokenin the response to a call toListShards, you have 300 seconds to use that value. If you specify an expired token in a call toListShards, you getExpiredNextTokenException.- Returns:
- When the number of shards in the data stream is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of shards in the data stream, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListShardsto list the next set of shards.Don't specify
StreamNameorStreamCreationTimestampif you specifyNextTokenbecause the latter unambiguously identifies the stream.You can optionally specify a value for the
MaxResultsparameter when you specifyNextToken. If you specify aMaxResultsvalue that is less than the number of shards that the operation returns if you don't specifyMaxResults, the response will contain a newNextTokenvalue. You can use the newNextTokenvalue in a subsequent call to theListShardsoperation.Tokens expire after 300 seconds. When you obtain a value for
NextTokenin the response to a call toListShards, you have 300 seconds to use that value. If you specify an expired token in a call toListShards, you getExpiredNextTokenException.
-
exclusiveStartShardId
public final String exclusiveStartShardId()
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows
ExclusiveStartShardId.If you don't specify this parameter, the default behavior is for
ListShardsto list the shards starting with the first one in the stream.You cannot specify this parameter if you specify
NextToken.- Returns:
- Specify this parameter to indicate that you want to list the shards starting with the shard whose ID
immediately follows
ExclusiveStartShardId.If you don't specify this parameter, the default behavior is for
ListShardsto list the shards starting with the first one in the stream.You cannot specify this parameter if you specify
NextToken.
-
maxResults
public final Integer maxResults()
The maximum number of shards to return in a single call to
ListShards. The maximum number of shards to return in a single call. The default value is 1000. If you specify a value greater than 1000, at most 1000 results are returned.When the number of shards to be listed is greater than the value of
MaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListShardsto list the next set of shards.- Returns:
- The maximum number of shards to return in a single call to
ListShards. The maximum number of shards to return in a single call. The default value is 1000. If you specify a value greater than 1000, at most 1000 results are returned.When the number of shards to be listed is greater than the value of
MaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListShardsto list the next set of shards.
-
streamCreationTimestamp
public final Instant streamCreationTimestamp()
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the
NextTokenparameter.- Returns:
- Specify this input parameter to distinguish data streams that have the same name. For example, if you
create a data stream and then delete it, and you later create another data stream with the same name, you
can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the
NextTokenparameter.
-
shardFilter
public final ShardFilter shardFilter()
Enables you to filter out the response of the
ListShardsAPI. You can only specify one filter at a time.If you use the
ShardFilterparameter when invoking the ListShards API, theTypeis the required property and must be specified. If you specify theAT_TRIM_HORIZON,FROM_TRIM_HORIZON, orAT_LATESTtypes, you do not need to specify either theShardIdor theTimestampoptional properties.If you specify the
AFTER_SHARD_IDtype, you must also provide the value for the optionalShardIdproperty. TheShardIdproperty is identical in fuctionality to theExclusiveStartShardIdparameter of theListShardsAPI. WhenShardIdproperty is specified, the response includes the shards starting with the shard whose ID immediately follows theShardIdthat you provided.If you specify the
AT_TIMESTAMPorFROM_TIMESTAMP_IDtype, you must also provide the value for the optionalTimestampproperty. If you specify the AT_TIMESTAMP type, then all shards that were open at the provided timestamp are returned. If you specify the FROM_TIMESTAMP type, then all shards starting from the provided timestamp to TIP are returned.- Returns:
- Enables you to filter out the response of the
ListShardsAPI. You can only specify one filter at a time.If you use the
ShardFilterparameter when invoking the ListShards API, theTypeis the required property and must be specified. If you specify theAT_TRIM_HORIZON,FROM_TRIM_HORIZON, orAT_LATESTtypes, you do not need to specify either theShardIdor theTimestampoptional properties.If you specify the
AFTER_SHARD_IDtype, you must also provide the value for the optionalShardIdproperty. TheShardIdproperty is identical in fuctionality to theExclusiveStartShardIdparameter of theListShardsAPI. WhenShardIdproperty is specified, the response includes the shards starting with the shard whose ID immediately follows theShardIdthat you provided.If you specify the
AT_TIMESTAMPorFROM_TIMESTAMP_IDtype, you must also provide the value for the optionalTimestampproperty. If you specify the AT_TIMESTAMP type, then all shards that were open at the provided timestamp are returned. If you specify the FROM_TIMESTAMP type, then all shards starting from the provided timestamp to TIP are returned.
-
streamARN
public final String streamARN()
The ARN of the stream.
- Returns:
- The ARN of the stream.
-
toBuilder
public ListShardsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListShardsRequest.Builder,ListShardsRequest>- Specified by:
toBuilderin classKinesisRequest
-
builder
public static ListShardsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListShardsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-