Class ConfigurationManagerReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ssmquicksetup.ConfigurationManagerReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigurationManagerReference>
- Enclosing interface:
ConfigurationManagerReference
@Stability(Stable)
public static final class ConfigurationManagerReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationManagerReference>
A builder for
ConfigurationManagerReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.managerArn(String managerArn) Sets the value ofConfigurationManagerReference.getManagerArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
managerArn
Sets the value ofConfigurationManagerReference.getManagerArn()- Parameters:
managerArn- The ManagerArn of the ConfigurationManager resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfigurationManagerReference>- Returns:
- a new instance of
ConfigurationManagerReference - Throws:
NullPointerException- if any required attribute was not provided
-