Class CfnRoutePropsMixin.MatchRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.MatchRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutePropsMixin.MatchRangeProperty>
- Enclosing interface:
CfnRoutePropsMixin.MatchRangeProperty
@Stability(Stable)
public static final class CfnRoutePropsMixin.MatchRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutePropsMixin.MatchRangeProperty>
A builder for
CfnRoutePropsMixin.MatchRangeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRoutePropsMixin.MatchRangeProperty.getEnd()Sets the value ofCfnRoutePropsMixin.MatchRangeProperty.getStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
Sets the value ofCfnRoutePropsMixin.MatchRangeProperty.getEnd()- Parameters:
end- The end of the range.- Returns:
this
-
start
Sets the value ofCfnRoutePropsMixin.MatchRangeProperty.getStart()- Parameters:
start- The start of the range.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutePropsMixin.MatchRangeProperty>- Returns:
- a new instance of
CfnRoutePropsMixin.MatchRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-