@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseInputDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.
Constructor and Description |
---|
KinesisFirehoseInputDescription() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseInputDescription |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
String |
getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
void |
setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
|
String |
toString()
Returns a string representation of this object.
|
KinesisFirehoseInputDescription |
withResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
KinesisFirehoseInputDescription |
withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
|
public void setResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
resourceARN
- Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.public String getResourceARN()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
public KinesisFirehoseInputDescription withResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
resourceARN
- Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.public void setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.public String getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
public KinesisFirehoseInputDescription withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseInputDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.