@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The stream and role ARNs for a Kinesis 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 stream.
|
String |
getRoleARN()
The ARN of the role that provides access to the source Kinesis stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
|
void |
setRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis 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 stream.
|
KinesisStreamSourceConfiguration |
withRoleARN(String roleARN)
The ARN of the role that provides access to 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 KinesisStreamSourceConfiguration 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 that provides access to the source Kinesis stream.
roleARN
- The ARN of the role that provides access to the source Kinesis stream.public String getRoleARN()
The ARN of the role that provides access to the source Kinesis stream.
public KinesisStreamSourceConfiguration withRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis stream.
roleARN
- The ARN of the role that provides access to the source Kinesis stream.public String toString()
toString
in class Object
Object.toString()
public KinesisStreamSourceConfiguration 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.