@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseInput extends Object implements Serializable, Cloneable, StructuredPojo
Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
Constructor and Description |
---|
KinesisFirehoseInput() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseInput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
ARN of the input delivery stream.
|
String |
getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARN(String resourceARN)
ARN of the input delivery stream.
|
void |
setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
KinesisFirehoseInput |
withResourceARN(String resourceARN)
ARN of the input delivery stream.
|
KinesisFirehoseInput |
withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
public void setResourceARN(String resourceARN)
ARN of the input delivery stream.
resourceARN
- ARN of the input delivery stream.public String getResourceARN()
ARN of the input delivery stream.
public KinesisFirehoseInput withResourceARN(String resourceARN)
ARN of the input delivery stream.
resourceARN
- ARN of the input delivery stream.public void setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure that the role has the necessary permissions to access the stream.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need
to make sure that the role has the necessary permissions to access the stream.public String getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure that the role has the necessary permissions to access the stream.
public KinesisFirehoseInput withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure that the role has the necessary permissions to access the stream.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need
to make sure that the role has the necessary permissions to access the stream.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.