public static final class CfnConfigProps.Builder
extends java.lang.Object
CfnConfigProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfigProps |
build()
Builds the configured instance.
|
CfnConfigProps.Builder |
configData(CfnConfig.ConfigDataProperty configData)
Sets the value of
CfnConfigProps.getConfigData() |
CfnConfigProps.Builder |
configData(IResolvable configData)
Sets the value of
CfnConfigProps.getConfigData() |
CfnConfigProps.Builder |
name(java.lang.String name)
Sets the value of
CfnConfigProps.getName() |
CfnConfigProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnConfigProps.getTags() |
public CfnConfigProps.Builder configData(CfnConfig.ConfigDataProperty configData)
CfnConfigProps.getConfigData()
configData
- Object containing the parameters of a config. This parameter is required.
Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.this
public CfnConfigProps.Builder configData(IResolvable configData)
CfnConfigProps.getConfigData()
configData
- Object containing the parameters of a config. This parameter is required.
Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.this
public CfnConfigProps.Builder name(java.lang.String name)
CfnConfigProps.getName()
name
- The name of the config object. This parameter is required.this
public CfnConfigProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnConfigProps.getTags()
tags
- Tags assigned to a resource.this
public CfnConfigProps build()
CfnConfigProps
java.lang.NullPointerException
- if any required attribute was not provided