Interface KinesisFirehoseOutputDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisFirehoseOutputDescription.Builder,KinesisFirehoseOutputDescription>,SdkBuilder<KinesisFirehoseOutputDescription.Builder,KinesisFirehoseOutputDescription>,SdkPojo
- Enclosing class:
- KinesisFirehoseOutputDescription
public static interface KinesisFirehoseOutputDescription.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseOutputDescription.Builder,KinesisFirehoseOutputDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisFirehoseOutputDescription.BuilderresourceARN(String resourceARN)The Amazon Resource Name (ARN) of the delivery stream.KinesisFirehoseOutputDescription.BuilderroleARN(String roleARN)The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.-
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, sdkFields
-
-
-
-
Method Detail
-
resourceARN
KinesisFirehoseOutputDescription.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
- Parameters:
resourceARN- The Amazon Resource Name (ARN) of the delivery stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
KinesisFirehoseOutputDescription.Builder roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume 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.
- Parameters:
roleARN- The ARN of the IAM role that Kinesis Data Analytics can assume 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-