Interface KinesisFirehoseInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>,SdkBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>,SdkPojo
- Enclosing class:
- KinesisFirehoseInput
public static interface KinesisFirehoseInput.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisFirehoseInput.BuilderresourceARN(String resourceARN)ARN of the input delivery stream.KinesisFirehoseInput.BuilderroleARN(String roleARN)ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceARN
KinesisFirehoseInput.Builder resourceARN(String resourceARN)
ARN of the input delivery stream.
- Parameters:
resourceARN- ARN of the input delivery stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
KinesisFirehoseInput.Builder roleARN(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-