Class CfnRouteV2.ParameterConstraintsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnRouteV2.ParameterConstraintsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteV2.ParameterConstraintsProperty>
- Enclosing interface:
CfnRouteV2.ParameterConstraintsProperty
@Stability(Deprecated)
@Deprecated
public static final class CfnRouteV2.ParameterConstraintsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteV2.ParameterConstraintsProperty>
Deprecated.
A builder for
CfnRouteV2.ParameterConstraintsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Deprecated.required
(IResolvable required) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
required
@Stability(Deprecated) @Deprecated public CfnRouteV2.ParameterConstraintsProperty.Builder required(Boolean required) Deprecated.Sets the value ofCfnRouteV2.ParameterConstraintsProperty.getRequired()
- Parameters:
required
-CfnRouteV2.ParameterConstraintsProperty.Required
. This parameter is required.- Returns:
this
-
required
@Stability(Deprecated) @Deprecated public CfnRouteV2.ParameterConstraintsProperty.Builder required(IResolvable required) Deprecated.Sets the value ofCfnRouteV2.ParameterConstraintsProperty.getRequired()
- Parameters:
required
-CfnRouteV2.ParameterConstraintsProperty.Required
. This parameter is required.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRouteV2.ParameterConstraintsProperty>
- Returns:
- a new instance of
CfnRouteV2.ParameterConstraintsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-