@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>
Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
Modifier and Type | Class and Description |
---|---|
static interface |
KinesisFirehoseInput.Builder |
Modifier and Type | Method and Description |
---|---|
static KinesisFirehoseInput.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceARN()
ARN of the input delivery stream.
|
String |
roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KinesisFirehoseInput.Builder> |
serializableBuilderClass() |
KinesisFirehoseInput.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 input delivery stream.
public String roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure that the role has the necessary permissions to access the stream.
public KinesisFirehoseInput.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>
public static KinesisFirehoseInput.Builder builder()
public static Class<? extends KinesisFirehoseInput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.