@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseOutputUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseOutputUpdate.Builder,KinesisFirehoseOutputUpdate>
When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.
Modifier and Type | Class and Description |
---|---|
static interface |
KinesisFirehoseOutputUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static KinesisFirehoseOutputUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceARNUpdate()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
|
String |
roleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KinesisFirehoseOutputUpdate.Builder> |
serializableBuilderClass() |
KinesisFirehoseOutputUpdate.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 resourceARNUpdate()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
public String roleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
public KinesisFirehoseOutputUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KinesisFirehoseOutputUpdate.Builder,KinesisFirehoseOutputUpdate>
public static KinesisFirehoseOutputUpdate.Builder builder()
public static Class<? extends KinesisFirehoseOutputUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.