@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamSourceDescription extends Object implements Serializable, Cloneable, StructuredPojo
Details about a Kinesis stream used as the source for a Kinesis Firehose delivery stream.
Constructor and Description |
---|
KinesisStreamSourceDescription() |
Modifier and Type | Method and Description |
---|---|
KinesisStreamSourceDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getDeliveryStartTimestamp()
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
|
String |
getKinesisStreamARN()
The ARN of the source Kinesis stream.
|
String |
getRoleARN()
The ARN of the role used by the source Kinesis stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeliveryStartTimestamp(Date deliveryStartTimestamp)
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
|
void |
setKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
|
void |
setRoleARN(String roleARN)
The ARN of the role used by the source Kinesis stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
KinesisStreamSourceDescription |
withDeliveryStartTimestamp(Date deliveryStartTimestamp)
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
|
KinesisStreamSourceDescription |
withKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
|
KinesisStreamSourceDescription |
withRoleARN(String roleARN)
The ARN of the role used by the source Kinesis stream.
|
public void setKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
kinesisStreamARN
- The ARN of the source Kinesis stream.public String getKinesisStreamARN()
The ARN of the source Kinesis stream.
public KinesisStreamSourceDescription withKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
kinesisStreamARN
- The ARN of the source Kinesis stream.public void setRoleARN(String roleARN)
The ARN of the role used by the source Kinesis stream.
roleARN
- The ARN of the role used by the source Kinesis stream.public String getRoleARN()
The ARN of the role used by the source Kinesis stream.
public KinesisStreamSourceDescription withRoleARN(String roleARN)
The ARN of the role used by the source Kinesis stream.
roleARN
- The ARN of the role used by the source Kinesis stream.public void setDeliveryStartTimestamp(Date deliveryStartTimestamp)
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
deliveryStartTimestamp
- Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.public Date getDeliveryStartTimestamp()
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
public KinesisStreamSourceDescription withDeliveryStartTimestamp(Date deliveryStartTimestamp)
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
deliveryStartTimestamp
- Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.public String toString()
toString
in class Object
Object.toString()
public KinesisStreamSourceDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.