@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream.
| Constructor and Description |
|---|
KinesisStreamSourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKinesisStreamARN()
The ARN of the source Kinesis data stream.
|
String |
getRoleARN()
The ARN of the role that provides access to the source Kinesis data stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream.
|
void |
setRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
KinesisStreamSourceConfiguration |
withKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream.
|
KinesisStreamSourceConfiguration |
withRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream.
|
public void setKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream.
kinesisStreamARN - The ARN of the source Kinesis data stream.public String getKinesisStreamARN()
The ARN of the source Kinesis data stream.
public KinesisStreamSourceConfiguration withKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream.
kinesisStreamARN - The ARN of the source Kinesis data stream.public void setRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream.
roleARN - The ARN of the role that provides access to the source Kinesis data stream.public String getRoleARN()
The ARN of the role that provides access to the source Kinesis data stream.
public KinesisStreamSourceConfiguration withRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream.
roleARN - The ARN of the role that provides access to the source Kinesis data stream.public String toString()
toString in class ObjectObject.toString()public KinesisStreamSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.