Class CfnConfigMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnConfigMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigMixinProps>
- Enclosing interface:
CfnConfigMixinProps
@Stability(Stable)
public static final class CfnConfigMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigMixinProps>
A builder for
CfnConfigMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configData(CfnConfigPropsMixin.ConfigDataProperty configData) Sets the value ofCfnConfigMixinProps.getConfigData()configData(IResolvable configData) Sets the value ofCfnConfigMixinProps.getConfigData()Sets the value ofCfnConfigMixinProps.getName()Sets the value ofCfnConfigMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configData
Sets the value ofCfnConfigMixinProps.getConfigData()- Parameters:
configData- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.- Returns:
this
-
configData
@Stability(Stable) public CfnConfigMixinProps.Builder configData(CfnConfigPropsMixin.ConfigDataProperty configData) Sets the value ofCfnConfigMixinProps.getConfigData()- Parameters:
configData- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.- Returns:
this
-
name
Sets the value ofCfnConfigMixinProps.getName()- Parameters:
name- The name of the config object.- Returns:
this
-
tags
Sets the value ofCfnConfigMixinProps.getTags()- Parameters:
tags- Tags assigned to a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigMixinProps>- Returns:
- a new instance of
CfnConfigMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-