Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.ParameterConstraints.Builder
-
Packages that use ParameterConstraints.Builder Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of ParameterConstraints.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return ParameterConstraints.Builder Modifier and Type Method Description static ParameterConstraints.BuilderParameterConstraints. builder()ParameterConstraints.BuilderParameterConstraints.Builder. required(Boolean required)Whether or not the parameter is required.ParameterConstraints.BuilderParameterConstraints. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type ParameterConstraints.Builder Modifier and Type Method Description static Class<? extends ParameterConstraints.Builder>ParameterConstraints. serializableBuilderClass()
-