Package com.amazonaws.services.iot.model
Class FirehoseAction
java.lang.Object
com.amazonaws.services.iot.model.FirehoseAction
- All Implemented Interfaces:
Serializable,Cloneable
Describes an action that writes data to an Amazon Kinesis Firehose stream.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe delivery stream name.The IAM role that grants access to the Amazon Kinesis Firehost stream.inthashCode()voidsetDeliveryStreamName(String deliveryStreamName) The delivery stream name.voidsetRoleArn(String roleArn) The IAM role that grants access to the Amazon Kinesis Firehost stream.toString()Returns a string representation of this object; useful for testing and debugging.withDeliveryStreamName(String deliveryStreamName) The delivery stream name.withRoleArn(String roleArn) The IAM role that grants access to the Amazon Kinesis Firehost stream.
-
Constructor Details
-
FirehoseAction
public FirehoseAction()
-
-
Method Details
-
setRoleArn
The IAM role that grants access to the Amazon Kinesis Firehost stream.
- Parameters:
roleArn- The IAM role that grants access to the Amazon Kinesis Firehost stream.
-
getRoleArn
The IAM role that grants access to the Amazon Kinesis Firehost stream.
- Returns:
- The IAM role that grants access to the Amazon Kinesis Firehost stream.
-
withRoleArn
The IAM role that grants access to the Amazon Kinesis Firehost stream.
- Parameters:
roleArn- The IAM role that grants access to the Amazon Kinesis Firehost stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeliveryStreamName
The delivery stream name.
- Parameters:
deliveryStreamName- The delivery stream name.
-
getDeliveryStreamName
The delivery stream name.
- Returns:
- The delivery stream name.
-
withDeliveryStreamName
The delivery stream name.
- Parameters:
deliveryStreamName- The delivery stream name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-