Class CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponderGateway.AutoScalingGroupsConfigurationProperty>
- Enclosing interface:
CfnResponderGateway.AutoScalingGroupsConfigurationProperty
@Stability(Stable)
public static final class CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponderGateway.AutoScalingGroupsConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoScalingGroupNameList(List<String> autoScalingGroupNameList) build()Builds the configured instance.Sets the value ofCfnResponderGateway.AutoScalingGroupsConfigurationProperty.getRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoScalingGroupNameList
@Stability(Stable) public CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Builder autoScalingGroupNameList(List<String> autoScalingGroupNameList) Sets the value ofCfnResponderGateway.AutoScalingGroupsConfigurationProperty.getAutoScalingGroupNameList()- Parameters:
autoScalingGroupNameList- the value to be set. This parameter is required.- Returns:
this
-
roleArn
@Stability(Stable) public CfnResponderGateway.AutoScalingGroupsConfigurationProperty.Builder roleArn(String roleArn) Sets the value ofCfnResponderGateway.AutoScalingGroupsConfigurationProperty.getRoleArn()- Parameters:
roleArn- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponderGateway.AutoScalingGroupsConfigurationProperty>- Returns:
- a new instance of
CfnResponderGateway.AutoScalingGroupsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-