public static final class CfnApplication.SubComponentTypeConfigurationProperty.Builder
extends java.lang.Object
CfnApplication.SubComponentTypeConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplication.SubComponentTypeConfigurationProperty |
build()
Builds the configured instance.
|
CfnApplication.SubComponentTypeConfigurationProperty.Builder |
subComponentConfigurationDetails(CfnApplication.SubComponentConfigurationDetailsProperty subComponentConfigurationDetails)
|
CfnApplication.SubComponentTypeConfigurationProperty.Builder |
subComponentConfigurationDetails(IResolvable subComponentConfigurationDetails)
|
CfnApplication.SubComponentTypeConfigurationProperty.Builder |
subComponentType(java.lang.String subComponentType)
|
public CfnApplication.SubComponentTypeConfigurationProperty.Builder subComponentConfigurationDetails(IResolvable subComponentConfigurationDetails)
CfnApplication.SubComponentTypeConfigurationProperty.getSubComponentConfigurationDetails()
subComponentConfigurationDetails
- The configuration settings of the sub-components. This parameter is required.this
public CfnApplication.SubComponentTypeConfigurationProperty.Builder subComponentConfigurationDetails(CfnApplication.SubComponentConfigurationDetailsProperty subComponentConfigurationDetails)
CfnApplication.SubComponentTypeConfigurationProperty.getSubComponentConfigurationDetails()
subComponentConfigurationDetails
- The configuration settings of the sub-components. This parameter is required.this
public CfnApplication.SubComponentTypeConfigurationProperty.Builder subComponentType(java.lang.String subComponentType)
subComponentType
- The sub-component type. This parameter is required.this
public CfnApplication.SubComponentTypeConfigurationProperty build()
CfnApplication.SubComponentTypeConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided