Interface DescribeStreamConsumerResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeStreamConsumerResponse.Builder,,- DescribeStreamConsumerResponse> - KinesisResponse.Builder,- SdkBuilder<DescribeStreamConsumerResponse.Builder,,- DescribeStreamConsumerResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeStreamConsumerResponse
@Mutable
@NotThreadSafe
public static interface DescribeStreamConsumerResponse.Builder
extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<DescribeStreamConsumerResponse.Builder,DescribeStreamConsumerResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionconsumerDescription(Consumer<ConsumerDescription.Builder> consumerDescription) An object that represents the details of the consumer.consumerDescription(ConsumerDescription consumerDescription) An object that represents the details of the consumer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
consumerDescriptionAn object that represents the details of the consumer. - Parameters:
- consumerDescription- An object that represents the details of the consumer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
consumerDescriptiondefault DescribeStreamConsumerResponse.Builder consumerDescription(Consumer<ConsumerDescription.Builder> consumerDescription) An object that represents the details of the consumer. This is a convenience method that creates an instance of theConsumerDescription.Builderavoiding the need to create one manually viaConsumerDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconsumerDescription(ConsumerDescription).- Parameters:
- consumerDescription- a consumer that will call methods on- ConsumerDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-