Class ApplicationOutputV2Reference.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.ApplicationOutputV2Reference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApplicationOutputV2Reference>
- Enclosing interface:
ApplicationOutputV2Reference
@Stability(Stable)
public static final class ApplicationOutputV2Reference.Builder
extends Object
implements software.amazon.jsii.Builder<ApplicationOutputV2Reference>
A builder for
ApplicationOutputV2Reference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationOutputId
(String applicationOutputId) Sets the value ofApplicationOutputV2Reference.getApplicationOutputId()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationOutputId
@Stability(Stable) public ApplicationOutputV2Reference.Builder applicationOutputId(String applicationOutputId) Sets the value ofApplicationOutputV2Reference.getApplicationOutputId()
- Parameters:
applicationOutputId
- The Id of the ApplicationOutput resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ApplicationOutputV2Reference>
- Returns:
- a new instance of
ApplicationOutputV2Reference
- Throws:
NullPointerException
- if any required attribute was not provided
-