@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamSourceDescription extends Object implements Serializable, Cloneable, StructuredPojo
Details about a Kinesis data stream used as the source for a Firehose delivery stream.
Constructor and Description |
---|
KinesisStreamSourceDescription() |
Modifier and Type | Method and Description |
---|---|
KinesisStreamSourceDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getDeliveryStartTimestamp()
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
|
String |
getKinesisStreamARN()
The Amazon Resource Name (ARN) of the source Kinesis data stream.
|
String |
getRoleARN()
The ARN of the role used by the source Kinesis data stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeliveryStartTimestamp(Date deliveryStartTimestamp)
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
|
void |
setKinesisStreamARN(String kinesisStreamARN)
The Amazon Resource Name (ARN) of the source Kinesis data stream.
|
void |
setRoleARN(String roleARN)
The ARN of the role used by the source Kinesis data stream.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamSourceDescription |
withDeliveryStartTimestamp(Date deliveryStartTimestamp)
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
|
KinesisStreamSourceDescription |
withKinesisStreamARN(String kinesisStreamARN)
The Amazon Resource Name (ARN) of the source Kinesis data stream.
|
KinesisStreamSourceDescription |
withRoleARN(String roleARN)
The ARN of the role used by the source Kinesis data stream.
|
public void setKinesisStreamARN(String kinesisStreamARN)
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
kinesisStreamARN
- The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.public String getKinesisStreamARN()
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
public KinesisStreamSourceDescription withKinesisStreamARN(String kinesisStreamARN)
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
kinesisStreamARN
- The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.public void setRoleARN(String roleARN)
The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
roleARN
- The ARN of the role used by the source Kinesis data stream. For more information, see Amazon
Web Services Identity and Access Management (IAM) ARN Format.public String getRoleARN()
The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
public KinesisStreamSourceDescription withRoleARN(String roleARN)
The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
roleARN
- The ARN of the role used by the source Kinesis data stream. For more information, see Amazon
Web Services Identity and Access Management (IAM) ARN Format.public void setDeliveryStartTimestamp(Date deliveryStartTimestamp)
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
deliveryStartTimestamp
- Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.public Date getDeliveryStartTimestamp()
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
public KinesisStreamSourceDescription withDeliveryStartTimestamp(Date deliveryStartTimestamp)
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
deliveryStartTimestamp
- Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.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.