@Generated(value="software.amazon.awssdk:codegen") public final class KinesisStreamsOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisStreamsOutput.Builder,KinesisStreamsOutput>
When configuring application output, identifies an 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 and Description |
---|---|
static interface |
KinesisStreamsOutput.Builder |
Modifier and Type | Method and Description |
---|---|
static KinesisStreamsOutput.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.