public static final class CfnFilter.NumberFilterProperty.Builder
extends java.lang.Object
CfnFilter.NumberFilterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFilter.NumberFilterProperty |
build()
Builds the configured instance.
|
CfnFilter.NumberFilterProperty.Builder |
lowerInclusive(java.lang.Number lowerInclusive)
Sets the value of
CfnFilter.NumberFilterProperty.getLowerInclusive() |
CfnFilter.NumberFilterProperty.Builder |
upperInclusive(java.lang.Number upperInclusive)
Sets the value of
CfnFilter.NumberFilterProperty.getUpperInclusive() |
public CfnFilter.NumberFilterProperty.Builder lowerInclusive(java.lang.Number lowerInclusive)
CfnFilter.NumberFilterProperty.getLowerInclusive()
lowerInclusive
- The lowest number to be included in the filter.this
public CfnFilter.NumberFilterProperty.Builder upperInclusive(java.lang.Number upperInclusive)
CfnFilter.NumberFilterProperty.getUpperInclusive()
upperInclusive
- The highest number to be included in the filter.this
public CfnFilter.NumberFilterProperty build()
CfnFilter.NumberFilterProperty
java.lang.NullPointerException
- if any required attribute was not provided