@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseInputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.
Constructor and Description |
---|
KinesisFirehoseInputUpdate() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseInputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
ARN of the input Amazon Kinesis Firehose delivery stream to read.
|
String |
getRoleARNUpdate()
Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your
behalf.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARNUpdate(String resourceARNUpdate)
ARN of the input Amazon Kinesis Firehose delivery stream to read.
|
void |
setRoleARNUpdate(String roleARNUpdate)
Amazon Resource Name (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; useful for testing and debugging.
|
KinesisFirehoseInputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
ARN of the input Amazon Kinesis Firehose delivery stream to read.
|
KinesisFirehoseInputUpdate |
withRoleARNUpdate(String roleARNUpdate)
Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your
behalf.
|
public void setResourceARNUpdate(String resourceARNUpdate)
ARN of the input Amazon Kinesis Firehose delivery stream to read.
resourceARNUpdate
- ARN of the input Amazon Kinesis Firehose delivery stream to read.public String getResourceARNUpdate()
ARN of the input Amazon Kinesis Firehose delivery stream to read.
public KinesisFirehoseInputUpdate withResourceARNUpdate(String resourceARNUpdate)
ARN of the input Amazon Kinesis Firehose delivery stream to read.
resourceARNUpdate
- ARN of the input Amazon Kinesis Firehose delivery stream to read.public void setRoleARNUpdate(String roleARNUpdate)
Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
roleARNUpdate
- Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream
on your behalf. You need to grant necessary permissions to this role.public String getRoleARNUpdate()
Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
public KinesisFirehoseInputUpdate withRoleARNUpdate(String roleARNUpdate)
Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
roleARNUpdate
- Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream
on your behalf. You need to grant necessary permissions to this role.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseInputUpdate 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.