@Stability(value=Experimental) public static final class NestedCloudAssemblyProperties.Builder extends Object implements software.amazon.jsii.Builder<NestedCloudAssemblyProperties>
NestedCloudAssemblyProperties| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NestedCloudAssemblyProperties |
build()
Builds the configured instance.
|
NestedCloudAssemblyProperties.Builder |
directoryName(String directoryName)
Sets the value of
NestedCloudAssemblyProperties.getDirectoryName() |
NestedCloudAssemblyProperties.Builder |
displayName(String displayName)
Sets the value of
NestedCloudAssemblyProperties.getDisplayName() |
@Stability(value=Experimental) public NestedCloudAssemblyProperties.Builder directoryName(String directoryName)
NestedCloudAssemblyProperties.getDirectoryName()directoryName - Relative path to the nested cloud assembly. This parameter is required.this@Stability(value=Experimental) public NestedCloudAssemblyProperties.Builder displayName(String displayName)
NestedCloudAssemblyProperties.getDisplayName()displayName - Display name for the cloud assembly.this@Stability(value=Experimental) public NestedCloudAssemblyProperties build()
build in interface software.amazon.jsii.Builder<NestedCloudAssemblyProperties>NestedCloudAssemblyPropertiesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.