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