| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryStreamDescription |
DeliveryStreamDescription.clone() |
DeliveryStreamDescription |
DescribeDeliveryStreamResult.getDeliveryStreamDescription()
Information about the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withCreateTimestamp(Date createTimestamp)
The date and time that the delivery stream was created.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamARN(String deliveryStreamARN)
The Amazon Resource Name (ARN) of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus)
The status of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamStatus(String deliveryStreamStatus)
The status of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(Collection<DestinationDescription> destinations)
The destinations.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(DestinationDescription... destinations)
The destinations.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withHasMoreDestinations(Boolean hasMoreDestinations)
Indicates whether there are more destinations available to list.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withLastUpdateTimestamp(Date lastUpdateTimestamp)
The date and time that the delivery stream was last updated.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withVersionId(String versionId)
Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID
is required when updating the destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeliveryStreamResult.setDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
DescribeDeliveryStreamResult |
DescribeDeliveryStreamResult.withDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
Copyright © 2017. All rights reserved.