Class CfnConfigProps.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfigProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigProps>
- Enclosing interface:
CfnConfigProps
@Stability(Stable)
public static final class CfnConfigProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigProps>
A builder for
CfnConfigProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configData(IResolvable configData) Sets the value ofCfnConfigProps.getConfigData()configData(CfnConfig.ConfigDataProperty configData) Sets the value ofCfnConfigProps.getConfigData()Sets the value ofCfnConfigProps.getName()Sets the value ofCfnConfigProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configData
Sets the value ofCfnConfigProps.getConfigData()- Parameters:
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.- Returns:
this
-
configData
@Stability(Stable) public CfnConfigProps.Builder configData(CfnConfig.ConfigDataProperty configData) Sets the value ofCfnConfigProps.getConfigData()- Parameters:
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.- Returns:
this
-
name
Sets the value ofCfnConfigProps.getName()- Parameters:
name- The name of the config object. This parameter is required.- Returns:
this
-
tags
Sets the value ofCfnConfigProps.getTags()- Parameters:
tags- Tags assigned to a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigProps>- Returns:
- a new instance of
CfnConfigProps - Throws:
NullPointerException- if any required attribute was not provided
-