public static interface CfnRoute.ParameterConstraintsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigatewayv2.*; ParameterConstraintsProperty parameterConstraintsProperty = ParameterConstraintsProperty.builder() .required(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRoute.ParameterConstraintsProperty.Builder
A builder for
CfnRoute.ParameterConstraintsProperty |
static class |
CfnRoute.ParameterConstraintsProperty.Jsii$Proxy
An implementation for
CfnRoute.ParameterConstraintsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRoute.ParameterConstraintsProperty.Builder |
builder() |
java.lang.Object |
getRequired()
Specifies whether the parameter is required.
|
java.lang.Object getRequired()
static CfnRoute.ParameterConstraintsProperty.Builder builder()