Uses of Class
software.amazon.awscdk.services.apigateway.MethodProps.Builder
-
Uses of MethodProps.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionstatic MethodProps.Builder
MethodProps.builder()
MethodProps.Builder.httpMethod
(String httpMethod) Sets the value ofMethodProps.getHttpMethod()
MethodProps.Builder.integration
(Integration integration) Sets the value ofMethodProps.getIntegration()
MethodProps.Builder.options
(MethodOptions options) Sets the value ofMethodProps.getOptions()
Sets the value ofMethodProps.getResource()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MethodProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMethodProps.Builder
.