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