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