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)The Amazon Resource Name (ARN) of the Kinesis data stream.KinesisStreamsInputDescription.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
KinesisStreamsInputDescription.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
- Parameters:
resourceARN- The Amazon Resource Name (ARN) of the Kinesis data stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
KinesisStreamsInputDescription.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.
-
-