Class CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.getMaximum()Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.getMinimum()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maximum
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.Builder maximum(Number maximum) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.getMaximum()- Parameters:
maximum- A maximum value.- Returns:
this
-
minimum
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.Builder minimum(Number minimum) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty.getMinimum()- Parameters:
minimum- A minimum value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-