public class FirehoseAction extends Object implements Serializable, Cloneable
Describes an action that writes data to an Amazon 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 Amazon Kinesis Firehost stream.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
void |
setRoleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehost 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 Amazon Kinesis Firehost stream.
|
public void setRoleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehost stream.
roleArn
- The IAM role that grants access to the Amazon Kinesis Firehost
stream.public String getRoleArn()
The IAM role that grants access to the Amazon Kinesis Firehost stream.
public FirehoseAction withRoleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehost stream.
roleArn
- The IAM role that grants access to the Amazon Kinesis Firehost
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 Object
Object.toString()
public FirehoseAction clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.