@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)
Marshalls this structured data using the given
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.
|
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. For more information, see Amazon Kinesis Data Streams ARN Format.
kinesisStreamARN
- The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.public String getKinesisStreamARN()
The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
public KinesisStreamSourceConfiguration withKinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
kinesisStreamARN
- The 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 that provides access to the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
roleARN
- The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS
Identity and Access Management (IAM) ARN Format.public String getRoleARN()
The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
public KinesisStreamSourceConfiguration withRoleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
roleARN
- The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS
Identity and Access Management (IAM) ARN Format.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.