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