public static final class CfnRoute.MatchRangeProperty.Builder
extends java.lang.Object
CfnRoute.MatchRangeProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRoute.MatchRangeProperty |
build()
Builds the configured instance.
|
CfnRoute.MatchRangeProperty.Builder |
end(java.lang.Number end)
Sets the value of
CfnRoute.MatchRangeProperty.getEnd() |
CfnRoute.MatchRangeProperty.Builder |
start(java.lang.Number start)
Sets the value of
CfnRoute.MatchRangeProperty.getStart() |
public CfnRoute.MatchRangeProperty.Builder end(java.lang.Number end)
CfnRoute.MatchRangeProperty.getEnd()
end
- The end of the range. This parameter is required.this
public CfnRoute.MatchRangeProperty.Builder start(java.lang.Number start)
CfnRoute.MatchRangeProperty.getStart()
start
- The start of the range. This parameter is required.this
public CfnRoute.MatchRangeProperty build()
CfnRoute.MatchRangeProperty
java.lang.NullPointerException
- if any required attribute was not provided