Class SubscribeToShardRequest
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.SubscribeToShardRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SubscribeToShardRequest.Builder,SubscribeToShardRequest>
@Generated("software.amazon.awssdk:codegen")
public final class SubscribeToShardRequest
extends KinesisRequest
implements ToCopyableBuilder<SubscribeToShardRequest.Builder,SubscribeToShardRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringFor this parameter, use the value you obtained when you called RegisterStreamConsumer.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends SubscribeToShardRequest.Builder>final StringshardId()The ID of the shard you want to subscribe to.final StartingPositionThe starting position in the data stream from which to start streaming.final StringstreamId()Not Implemented.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
consumerARN
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
- Returns:
- For this parameter, use the value you obtained when you called RegisterStreamConsumer.
-
streamId
Not Implemented. Reserved for future use.
- Returns:
- Not Implemented. Reserved for future use.
-
shardId
The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.
- Returns:
- The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.
-
startingPosition
The starting position in the data stream from which to start streaming.
- Returns:
- The starting position in the data stream from which to start streaming.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SubscribeToShardRequest.Builder,SubscribeToShardRequest> - Specified by:
toBuilderin classKinesisRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-