@Stability(value=Stable) public static final class CfnApplication.MavenReferenceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.MavenReferenceProperty>
CfnApplication.MavenReferenceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.MavenReferenceProperty.Builder |
artifactId(String artifactId)
Sets the value of
CfnApplication.MavenReferenceProperty.getArtifactId() |
CfnApplication.MavenReferenceProperty |
build()
Builds the configured instance.
|
CfnApplication.MavenReferenceProperty.Builder |
groupId(String groupId)
Sets the value of
CfnApplication.MavenReferenceProperty.getGroupId() |
CfnApplication.MavenReferenceProperty.Builder |
version(String version)
Sets the value of
CfnApplication.MavenReferenceProperty.getVersion() |
@Stability(value=Stable) public CfnApplication.MavenReferenceProperty.Builder artifactId(String artifactId)
CfnApplication.MavenReferenceProperty.getArtifactId()artifactId - The artifact ID of the Maven reference. This parameter is required.this@Stability(value=Stable) public CfnApplication.MavenReferenceProperty.Builder groupId(String groupId)
CfnApplication.MavenReferenceProperty.getGroupId()groupId - The group ID of the Maven reference. This parameter is required.this@Stability(value=Stable) public CfnApplication.MavenReferenceProperty.Builder version(String version)
CfnApplication.MavenReferenceProperty.getVersion()version - The version of the Maven reference. This parameter is required.this@Stability(value=Stable) public CfnApplication.MavenReferenceProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.MavenReferenceProperty>CfnApplication.MavenReferencePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.