StructuredPojo
, ToCopyableBuilder<FirehoseAction.Builder,FirehoseAction>
@Generated("software.amazon.awssdk:codegen") public class FirehoseAction extends Object implements StructuredPojo, ToCopyableBuilder<FirehoseAction.Builder,FirehoseAction>
Describes an action that writes data to an Amazon Kinesis Firehose stream.
Modifier and Type | Class | Description |
---|---|---|
static interface |
FirehoseAction.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FirehoseAction.Builder |
builder() |
|
String |
deliveryStreamName() |
The delivery stream name.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
roleArn() |
The IAM role that grants access to the Amazon Kinesis Firehost stream.
|
String |
separator() |
A character separator that will be used to separate records written to the Firehose stream.
|
static Class<? extends FirehoseAction.Builder> |
serializableBuilderClass() |
|
FirehoseAction.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String roleArn()
The IAM role that grants access to the Amazon Kinesis Firehost stream.
public String deliveryStreamName()
The delivery stream name.
public String separator()
A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
public FirehoseAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FirehoseAction.Builder,FirehoseAction>
public static FirehoseAction.Builder builder()
public static Class<? extends FirehoseAction.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.