@Stability(value=Stable) public static final class CfnInstance.SsmAssociationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.SsmAssociationProperty>
CfnInstance.SsmAssociationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.SsmAssociationProperty.Builder |
associationParameters(IResolvable associationParameters)
Sets the value of
CfnInstance.SsmAssociationProperty.getAssociationParameters() |
CfnInstance.SsmAssociationProperty.Builder |
associationParameters(List<? extends Object> associationParameters)
Sets the value of
CfnInstance.SsmAssociationProperty.getAssociationParameters() |
CfnInstance.SsmAssociationProperty |
build()
Builds the configured instance.
|
CfnInstance.SsmAssociationProperty.Builder |
documentName(String documentName)
Sets the value of
CfnInstance.SsmAssociationProperty.getDocumentName() |
@Stability(value=Stable) public CfnInstance.SsmAssociationProperty.Builder documentName(String documentName)
CfnInstance.SsmAssociationProperty.getDocumentName()documentName - The name of an SSM document to associate with the instance. This parameter is required.this@Stability(value=Stable) public CfnInstance.SsmAssociationProperty.Builder associationParameters(IResolvable associationParameters)
CfnInstance.SsmAssociationProperty.getAssociationParameters()associationParameters - The input parameter values to use with the associated SSM document.this@Stability(value=Stable) public CfnInstance.SsmAssociationProperty.Builder associationParameters(List<? extends Object> associationParameters)
CfnInstance.SsmAssociationProperty.getAssociationParameters()associationParameters - The input parameter values to use with the associated SSM document.this@Stability(value=Stable) public CfnInstance.SsmAssociationProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.SsmAssociationProperty>CfnInstance.SsmAssociationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.