Class CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.CustomArtifactConfigurationProperty>
- Enclosing interface:
CfnApplicationPropsMixin.CustomArtifactConfigurationProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.CustomArtifactConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactType(String artifactType) build()Builds the configured instance.mavenReference(CfnApplicationPropsMixin.MavenReferenceProperty mavenReference) mavenReference(IResolvable mavenReference) s3ContentLocation(CfnApplicationPropsMixin.S3ContentLocationProperty s3ContentLocation) s3ContentLocation(IResolvable s3ContentLocation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
artifactType
@Stability(Stable) public CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder artifactType(String artifactType) - Parameters:
artifactType- Set this to eitherUDForDEPENDENCY_JAR.UDFstands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JARcan be in either Maven or an S3 bucket.- Returns:
this
-
mavenReference
@Stability(Stable) public CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder mavenReference(IResolvable mavenReference) - Parameters:
mavenReference- The parameters required to fully specify a Maven reference.- Returns:
this
-
mavenReference
@Stability(Stable) public CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder mavenReference(CfnApplicationPropsMixin.MavenReferenceProperty mavenReference) - Parameters:
mavenReference- The parameters required to fully specify a Maven reference.- Returns:
this
-
s3ContentLocation
@Stability(Stable) public CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder s3ContentLocation(IResolvable s3ContentLocation) Sets the value ofCfnApplicationPropsMixin.CustomArtifactConfigurationProperty.getS3ContentLocation()- Parameters:
s3ContentLocation- The location of the custom artifacts.- Returns:
this
-
s3ContentLocation
@Stability(Stable) public CfnApplicationPropsMixin.CustomArtifactConfigurationProperty.Builder s3ContentLocation(CfnApplicationPropsMixin.S3ContentLocationProperty s3ContentLocation) Sets the value ofCfnApplicationPropsMixin.CustomArtifactConfigurationProperty.getS3ContentLocation()- Parameters:
s3ContentLocation- The location of the custom artifacts.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.CustomArtifactConfigurationProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.CustomArtifactConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-