Class CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty>
- Enclosing interface:
CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty
@Stability(Stable)
public static final class CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinations(List<? extends Object> destinations) destinations(IResolvable destinations) Sets the value ofCfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.getSource()source(IResolvable source) Sets the value ofCfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinations
@Stability(Stable) public CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder destinations(IResolvable destinations) - Parameters:
destinations- the value to be set.- Returns:
this
-
destinations
@Stability(Stable) public CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder destinations(List<? extends Object> destinations) - Parameters:
destinations- the value to be set.- Returns:
this
-
source
@Stability(Stable) public CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder source(IResolvable source) Sets the value ofCfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.getSource()- Parameters:
source- the value to be set.- Returns:
this
-
source
@Stability(Stable) public CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder source(CfnApplicationStatusCheckPropsMixin.HealthCheckPathSourceProperty source) Sets the value ofCfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.getSource()- Parameters:
source- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty>- Returns:
- a new instance of
CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty - Throws:
NullPointerException- if any required attribute was not provided
-