@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseInputDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseInputDescription.Builder,KinesisFirehoseInputDescription>
Describes the Amazon Kinesis Data 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() |
String |
resourceARN()
The Amazon Resource Name (ARN) of the delivery stream.
|
String |
roleARN()
The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream.
|
List<SdkField<?>> |
sdkFields() |
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()
The Amazon Resource Name (ARN) of the delivery stream.
public String roleARN()
The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public KinesisFirehoseInputDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KinesisFirehoseInputDescription.Builder,KinesisFirehoseInputDescription>
public static KinesisFirehoseInputDescription.Builder builder()
public static Class<? extends KinesisFirehoseInputDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.