CopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
, SdkBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
public static interface ListDeliveryStreamsRequest.Builder extends CopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListDeliveryStreamsRequest.Builder |
exclusiveStartDeliveryStreamName(String exclusiveStartDeliveryStreamName) |
The name of the delivery stream to start the list with.
|
ListDeliveryStreamsRequest.Builder |
limit(Integer limit) |
The maximum number of delivery streams to list.
|
copy
apply, build
ListDeliveryStreamsRequest.Builder limit(Integer limit)
The maximum number of delivery streams to list.
limit
- The maximum number of delivery streams to list.ListDeliveryStreamsRequest.Builder exclusiveStartDeliveryStreamName(String exclusiveStartDeliveryStreamName)
The name of the delivery stream to start the list with.
exclusiveStartDeliveryStreamName
- The name of the delivery stream to start the list with.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.