public static interface DeregisterStreamConsumerRequest.Builder extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<DeregisterStreamConsumerRequest.Builder,DeregisterStreamConsumerRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterStreamConsumerRequest.Builder |
consumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer.
|
DeregisterStreamConsumerRequest.Builder |
consumerName(String consumerName)
The name that you gave to the consumer.
|
DeregisterStreamConsumerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterStreamConsumerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeregisterStreamConsumerRequest.Builder |
streamARN(String streamARN)
The ARN of the Kinesis data stream that the consumer is registered with.
|
buildoverrideConfigurationcopyapplyMutation, buildDeregisterStreamConsumerRequest.Builder streamARN(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.
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.DeregisterStreamConsumerRequest.Builder consumerName(String consumerName)
The name that you gave to the consumer.
consumerName - The name that you gave to the consumer.DeregisterStreamConsumerRequest.Builder consumerARN(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.
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.DeregisterStreamConsumerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterStreamConsumerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.