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