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