CopyableBuilder<DescribeDeliveryStreamRequest.Builder,DescribeDeliveryStreamRequest>
, SdkBuilder<DescribeDeliveryStreamRequest.Builder,DescribeDeliveryStreamRequest>
public static interface DescribeDeliveryStreamRequest.Builder extends CopyableBuilder<DescribeDeliveryStreamRequest.Builder,DescribeDeliveryStreamRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeDeliveryStreamRequest.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 Firehose supports one destination per delivery stream.
exclusiveStartDestinationId
- The ID of the destination to start returning the destination information. Currently Firehose supports
one destination per delivery stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.