Uses of Class
software.amazon.awscdk.services.apigateway.MethodReference.Builder
Packages that use MethodReference.Builder
-
Uses of MethodReference.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return MethodReference.BuilderModifier and TypeMethodDescriptionstatic MethodReference.Builder
MethodReference.builder()
MethodReference.Builder.httpMethod
(String httpMethod) Sets the value ofMethodReference.getHttpMethod()
MethodReference.Builder.resourceId
(String resourceId) Sets the value ofMethodReference.getResourceId()
Sets the value ofMethodReference.getRestApiId()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type MethodReference.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(MethodReference.Builder builder) Constructor that initializes the object based on literal property values passed by theMethodReference.Builder
.