@Stability(value=Stable) public static final class CfnApplication.CustomArtifactConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.CustomArtifactConfigurationProperty>
CfnApplication.CustomArtifactConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApplication.CustomArtifactConfigurationProperty.Builder artifactType(String artifactType)
CfnApplication.CustomArtifactConfigurationProperty.getArtifactType()artifactType - Set this to either `UDF` or `DEPENDENCY_JAR` . This parameter is required.
UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.this@Stability(value=Stable) public CfnApplication.CustomArtifactConfigurationProperty.Builder mavenReference(CfnApplication.MavenReferenceProperty mavenReference)
CfnApplication.CustomArtifactConfigurationProperty.getMavenReference()mavenReference - The parameters required to fully specify a Maven reference.this@Stability(value=Stable) public CfnApplication.CustomArtifactConfigurationProperty.Builder mavenReference(IResolvable mavenReference)
CfnApplication.CustomArtifactConfigurationProperty.getMavenReference()mavenReference - The parameters required to fully specify a Maven reference.this@Stability(value=Stable) public CfnApplication.CustomArtifactConfigurationProperty.Builder s3ContentLocation(CfnApplication.S3ContentLocationProperty s3ContentLocation)
s3ContentLocation - The location of the custom artifacts.this@Stability(value=Stable) public CfnApplication.CustomArtifactConfigurationProperty.Builder s3ContentLocation(IResolvable s3ContentLocation)
s3ContentLocation - The location of the custom artifacts.this@Stability(value=Stable) public CfnApplication.CustomArtifactConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.CustomArtifactConfigurationProperty>CfnApplication.CustomArtifactConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.