Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DestinationDescription> |
DeliveryStreamDescription.destinations
The destinations.
|
Modifier and Type | Method and Description |
---|---|
DestinationDescription |
DestinationDescription.clone() |
DestinationDescription |
DestinationDescription.withDestinationId(java.lang.String destinationId)
The ID of the destination.
|
DestinationDescription |
DestinationDescription.withElasticsearchDestinationDescription(ElasticsearchDestinationDescription elasticsearchDestinationDescription)
The destination in Amazon ES.
|
DestinationDescription |
DestinationDescription.withRedshiftDestinationDescription(RedshiftDestinationDescription redshiftDestinationDescription)
The destination in Amazon Redshift.
|
DestinationDescription |
DestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DestinationDescription> |
DeliveryStreamDescription.getDestinations()
The destinations.
|
Modifier and Type | Method and Description |
---|---|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(DestinationDescription... destinations)
The destinations.
|
Modifier and Type | Method and Description |
---|---|
void |
DeliveryStreamDescription.setDestinations(java.util.Collection<DestinationDescription> destinations)
The destinations.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(java.util.Collection<DestinationDescription> destinations)
The destinations.
|
Modifier and Type | Method and Description |
---|---|
DestinationDescription |
DestinationDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DestinationDescriptionJsonMarshaller.marshall(DestinationDescription destinationDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|