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(Deprecated)
@Deprecated
public static final class ApplicationOutputV2Reference.Builder
extends Object
implements software.amazon.jsii.Builder<ApplicationOutputV2Reference>
Deprecated.
A builder for
ApplicationOutputV2Reference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationOutputId
(String applicationOutputId) Deprecated.build()
Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
applicationOutputId
@Stability(Deprecated) @Deprecated public ApplicationOutputV2Reference.Builder applicationOutputId(String applicationOutputId) Deprecated.Sets the value ofApplicationOutputV2Reference.getApplicationOutputId()
- Parameters:
applicationOutputId
- The Id of the ApplicationOutput resource. This parameter is required.- Returns:
this
-
build
Deprecated.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
-