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