Class CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty>
- Enclosing interface:
CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty
@Stability(Stable)
public static final class CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoScalingGroupsConfiguration(CfnResponderGatewayPropsMixin.AutoScalingGroupsConfigurationProperty autoScalingGroupsConfiguration) autoScalingGroupsConfiguration(IResolvable autoScalingGroupsConfiguration) build()Builds the configured instance.eksEndpointsConfiguration(CfnResponderGatewayPropsMixin.EksEndpointsConfigurationProperty eksEndpointsConfiguration) eksEndpointsConfiguration(IResolvable eksEndpointsConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoScalingGroupsConfiguration
@Stability(Stable) public CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder autoScalingGroupsConfiguration(IResolvable autoScalingGroupsConfiguration) Sets the value ofCfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.getAutoScalingGroupsConfiguration()- Parameters:
autoScalingGroupsConfiguration- Describes the configuration of an auto scaling group.- Returns:
this
-
autoScalingGroupsConfiguration
@Stability(Stable) public CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder autoScalingGroupsConfiguration(CfnResponderGatewayPropsMixin.AutoScalingGroupsConfigurationProperty autoScalingGroupsConfiguration) Sets the value ofCfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.getAutoScalingGroupsConfiguration()- Parameters:
autoScalingGroupsConfiguration- Describes the configuration of an auto scaling group.- Returns:
this
-
eksEndpointsConfiguration
@Stability(Stable) public CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder eksEndpointsConfiguration(IResolvable eksEndpointsConfiguration) Sets the value ofCfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.getEksEndpointsConfiguration()- Parameters:
eksEndpointsConfiguration- Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.- Returns:
this
-
eksEndpointsConfiguration
@Stability(Stable) public CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.Builder eksEndpointsConfiguration(CfnResponderGatewayPropsMixin.EksEndpointsConfigurationProperty eksEndpointsConfiguration) Sets the value ofCfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty.getEksEndpointsConfiguration()- Parameters:
eksEndpointsConfiguration- Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.- Returns:
this
-
build
@Stability(Stable) public CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty>- Returns:
- a new instance of
CfnResponderGatewayPropsMixin.ManagedEndpointConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-