@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterStreamConsumerRequest extends KinesisRequest implements ToCopyableBuilder<DeregisterStreamConsumerRequest.Builder,DeregisterStreamConsumerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeregisterStreamConsumerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeregisterStreamConsumerRequest.Builder |
builder() |
String |
consumerARN()
The ARN returned by Kinesis Data Streams when you registered the consumer.
|
String |
consumerName()
The name that you gave to the consumer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterStreamConsumerRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The ARN of the Kinesis data stream that the consumer is registered with.
|
DeregisterStreamConsumerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamARN()
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public final String consumerName()
The name that you gave to the consumer.
public final String consumerARN()
The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
public DeregisterStreamConsumerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterStreamConsumerRequest.Builder,DeregisterStreamConsumerRequest>toBuilder in class KinesisRequestpublic static DeregisterStreamConsumerRequest.Builder builder()
public static Class<? extends DeregisterStreamConsumerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.