@Stability(value=Stable) public static final class CfnDocument.DocumentRequiresProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDocument.DocumentRequiresProperty>
CfnDocument.DocumentRequiresProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDocument.DocumentRequiresProperty |
build()
Builds the configured instance.
|
CfnDocument.DocumentRequiresProperty.Builder |
name(String name)
Sets the value of
CfnDocument.DocumentRequiresProperty.getName() |
CfnDocument.DocumentRequiresProperty.Builder |
version(String version)
Sets the value of
CfnDocument.DocumentRequiresProperty.getVersion() |
@Stability(value=Stable) public CfnDocument.DocumentRequiresProperty.Builder name(String name)
CfnDocument.DocumentRequiresProperty.getName()name - The name of the required SSM document.
The name can be an Amazon Resource Name (ARN).this@Stability(value=Stable) public CfnDocument.DocumentRequiresProperty.Builder version(String version)
CfnDocument.DocumentRequiresProperty.getVersion()version - The document version required by the current document.this@Stability(value=Stable) public CfnDocument.DocumentRequiresProperty build()
build in interface software.amazon.jsii.Builder<CfnDocument.DocumentRequiresProperty>CfnDocument.DocumentRequiresPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.