public static interface DescribeDeliveryStreamRequest.Builder extends FirehoseRequest.Builder, CopyableBuilder<DescribeDeliveryStreamRequest.Builder,DescribeDeliveryStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryStreamRequest.Builder |
deliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
DescribeDeliveryStreamRequest.Builder |
exclusiveStartDestinationId(String exclusiveStartDestinationId)
The ID of the destination to start returning the destination information.
|
DescribeDeliveryStreamRequest.Builder |
limit(Integer limit)
The limit on the number of destinations to return.
|
DescribeDeliveryStreamRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDeliveryStreamRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeDeliveryStreamRequest.Builder deliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName - The name of the delivery stream.DescribeDeliveryStreamRequest.Builder limit(Integer limit)
The limit on the number of destinations to return. Currently, you can have one destination per delivery stream.
limit - The limit on the number of destinations to return. Currently, you can have one destination per
delivery stream.DescribeDeliveryStreamRequest.Builder exclusiveStartDestinationId(String exclusiveStartDestinationId)
The ID of the destination to start returning the destination information. Currently, Kinesis Firehose supports one destination per delivery stream.
exclusiveStartDestinationId - The ID of the destination to start returning the destination information. Currently, Kinesis Firehose
supports one destination per delivery stream.DescribeDeliveryStreamRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDeliveryStreamRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.