StructuredPojo
, ToCopyableBuilder<KinesisStreamsOutput.Builder,KinesisStreamsOutput>
@Generated("software.amazon.awssdk:codegen") public class KinesisStreamsOutput extends Object implements StructuredPojo, ToCopyableBuilder<KinesisStreamsOutput.Builder,KinesisStreamsOutput>
When configuring application output, identifies a Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.
Modifier and Type | Class | Description |
---|---|---|
static interface |
KinesisStreamsOutput.Builder |
Modifier and Type | Method | Description |
---|---|---|
static KinesisStreamsOutput.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
resourceARN() |
ARN of the destination Amazon Kinesis stream to write to.
|
String |
roleARN() |
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
|
static Class<? extends KinesisStreamsOutput.Builder> |
serializableBuilderClass() |
|
KinesisStreamsOutput.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String resourceARN()
ARN of the destination Amazon Kinesis stream to write to.
public String roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
public KinesisStreamsOutput.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KinesisStreamsOutput.Builder,KinesisStreamsOutput>
public static KinesisStreamsOutput.Builder builder()
public static Class<? extends KinesisStreamsOutput.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.