Class CfnApplicationV2.KinesisStreamsInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.KinesisStreamsInputProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnApplicationV2.KinesisStreamsInputProperty>
- Enclosing interface:
 - CfnApplicationV2.KinesisStreamsInputProperty
 
@Stability(Stable)
public static final class CfnApplicationV2.KinesisStreamsInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationV2.KinesisStreamsInputProperty>
A builder for 
CfnApplicationV2.KinesisStreamsInputProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceArn(String resourceArn) Sets the value ofCfnApplicationV2.KinesisStreamsInputProperty.getResourceArn() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
resourceArn
@Stability(Stable) public CfnApplicationV2.KinesisStreamsInputProperty.Builder resourceArn(String resourceArn) Sets the value ofCfnApplicationV2.KinesisStreamsInputProperty.getResourceArn()- Parameters:
 resourceArn- The ARN of the input Kinesis data stream to read. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationV2.KinesisStreamsInputProperty>- Returns:
 - a new instance of 
CfnApplicationV2.KinesisStreamsInputProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -