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 Modifier and Type Class Description static interfaceSubscribeToShardRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscribeToShardRequest.Builderbuilder()StringconsumerARN()For this parameter, use the value you obtained when you called RegisterStreamConsumer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SubscribeToShardRequest.Builder>serializableBuilderClass()StringshardId()The ID of the shard you want to subscribe to.StartingPositionstartingPosition()The starting position in the data stream from which to start streaming.SubscribeToShardRequest.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
-
consumerARN
public final String 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.
-
shardId
public final String 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
public final StartingPosition 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
public SubscribeToShardRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SubscribeToShardRequest.Builder,SubscribeToShardRequest>- Specified by:
toBuilderin classKinesisRequest
-
builder
public static SubscribeToShardRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SubscribeToShardRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-