Interface KinesisFirehoseOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisFirehoseOutput.Builder,KinesisFirehoseOutput>,SdkBuilder<KinesisFirehoseOutput.Builder,KinesisFirehoseOutput>,SdkPojo
- Enclosing class:
- KinesisFirehoseOutput
public static interface KinesisFirehoseOutput.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseOutput.Builder,KinesisFirehoseOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisFirehoseOutput.BuilderresourceARN(String resourceARN)ARN of the destination Amazon Kinesis Firehose delivery stream to write to.KinesisFirehoseOutput.BuilderroleARN(String roleARN)ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination 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
KinesisFirehoseOutput.Builder resourceARN(String resourceARN)
ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
- Parameters:
resourceARN- ARN of the destination Amazon Kinesis Firehose delivery stream to write to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
KinesisFirehoseOutput.Builder roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
- Parameters:
roleARN- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-