Uses of Class
software.amazon.awscdk.services.apigateway.RequestContext.Builder
-
Uses of RequestContext.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionSets the value ofRequestContext.getAccountId()
Sets the value ofRequestContext.getApiId()
Sets the value ofRequestContext.getApiKey()
RequestContext.Builder.authorizerPrincipalId
(Boolean authorizerPrincipalId) Sets the value ofRequestContext.getAuthorizerPrincipalId()
static RequestContext.Builder
RequestContext.builder()
Sets the value ofRequestContext.getCaller()
RequestContext.Builder.cognitoAuthenticationProvider
(Boolean cognitoAuthenticationProvider) Sets the value ofRequestContext.getCognitoAuthenticationProvider()
RequestContext.Builder.cognitoAuthenticationType
(Boolean cognitoAuthenticationType) Sets the value ofRequestContext.getCognitoAuthenticationType()
RequestContext.Builder.cognitoIdentityId
(Boolean cognitoIdentityId) Sets the value ofRequestContext.getCognitoIdentityId()
RequestContext.Builder.cognitoIdentityPoolId
(Boolean cognitoIdentityPoolId) Sets the value ofRequestContext.getCognitoIdentityPoolId()
RequestContext.Builder.httpMethod
(Boolean httpMethod) Sets the value ofRequestContext.getHttpMethod()
Sets the value ofRequestContext.getRequestId()
RequestContext.Builder.resourceId
(Boolean resourceId) Sets the value ofRequestContext.getResourceId()
RequestContext.Builder.resourcePath
(Boolean resourcePath) Sets the value ofRequestContext.getResourcePath()
Sets the value ofRequestContext.getSourceIp()
Sets the value ofRequestContext.getStage()
Sets the value ofRequestContext.getUser()
Sets the value ofRequestContext.getUserAgent()
Sets the value ofRequestContext.getUserArn()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RequestContext.Builder builder) Constructor that initializes the object based on literal property values passed by theRequestContext.Builder
.