public static interface DescribeStreamConsumerResponse.Builder extends KinesisResponse.Builder, CopyableBuilder<DescribeStreamConsumerResponse.Builder,DescribeStreamConsumerResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeStreamConsumerResponse.Builder |
consumerDescription(Consumer<ConsumerDescription.Builder> consumerDescription)
An object that represents the details of the consumer.
|
DescribeStreamConsumerResponse.Builder |
consumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeStreamConsumerResponse.Builder consumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
consumerDescription - An object that represents the details of the consumer.default DescribeStreamConsumerResponse.Builder consumerDescription(Consumer<ConsumerDescription.Builder> consumerDescription)
An object that represents the details of the consumer.
This is a convenience that creates an instance of theConsumerDescription.Builder avoiding the need
to create one manually via ConsumerDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to consumerDescription(ConsumerDescription).consumerDescription - a consumer that will call methods on ConsumerDescription.BuilderconsumerDescription(ConsumerDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.