@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseInputDescription extends Object implements StructuredPojo, ToCopyableBuilder<KinesisFirehoseInputDescription.Builder,KinesisFirehoseInputDescription>
Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
KinesisFirehoseInputDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static KinesisFirehoseInputDescription.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
resourceARN()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
String |
roleARN()
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
|
static Class<? extends KinesisFirehoseInputDescription.Builder> |
serializableBuilderClass() |
KinesisFirehoseInputDescription.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()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
public String roleARN()
ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
public KinesisFirehoseInputDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KinesisFirehoseInputDescription.Builder,KinesisFirehoseInputDescription>
public static KinesisFirehoseInputDescription.Builder builder()
public static Class<? extends KinesisFirehoseInputDescription.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.