Interface KinesisStreamsOutputDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KinesisStreamsOutputDescription.Builder,,- KinesisStreamsOutputDescription> - SdkBuilder<KinesisStreamsOutputDescription.Builder,,- KinesisStreamsOutputDescription> - SdkPojo
- Enclosing class:
- KinesisStreamsOutputDescription
@Mutable
@NotThreadSafe
public static interface KinesisStreamsOutputDescription.Builder
extends SdkPojo, CopyableBuilder<KinesisStreamsOutputDescription.Builder,KinesisStreamsOutputDescription> 
- 
Method SummaryModifier and TypeMethodDescriptionresourceARN(String resourceARN) Amazon Resource Name (ARN) of the Amazon Kinesis stream.ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceARNAmazon 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.
 
- 
roleARNARN 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.
 
 
-