public class FirehoseAction extends Object implements Serializable, Cloneable
Describes an action that writes data to a Kinesis Firehose stream.
| Constructor and Description |
|---|
FirehoseAction() |
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The delivery stream name.
|
String |
getRoleArn()
The IAM role that grants access to the firehose stream.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
void |
setRoleArn(String roleArn)
The IAM role that grants access to the firehose stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
FirehoseAction |
withDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
FirehoseAction |
withRoleArn(String roleArn)
The IAM role that grants access to the firehose stream.
|
public void setRoleArn(String roleArn)
The IAM role that grants access to the firehose stream.
roleArn - The IAM role that grants access to the firehose stream.public String getRoleArn()
The IAM role that grants access to the firehose stream.
public FirehoseAction withRoleArn(String roleArn)
The IAM role that grants access to the firehose stream.
roleArn - The IAM role that grants access to the firehose stream.public void setDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
deliveryStreamName - The delivery stream name.public String getDeliveryStreamName()
The delivery stream name.
public FirehoseAction withDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
deliveryStreamName - The delivery stream name.public String toString()
toString in class ObjectObject.toString()public FirehoseAction clone()
Copyright © 2016. All rights reserved.