public static interface CreateApiRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<CreateApiRequest.Builder,CreateApiRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApiRequest.Builder |
apiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
CreateApiRequest.Builder |
description(String description)
The description of the API.
|
CreateApiRequest.Builder |
disableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
CreateApiRequest.Builder |
name(String name)
The name of the API.
|
CreateApiRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApiRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApiRequest.Builder |
protocolType(ProtocolType protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
CreateApiRequest.Builder |
protocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
CreateApiRequest.Builder |
routeSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
CreateApiRequest.Builder |
tags(Map<String,String> tags)
The key-value map of strings.
|
CreateApiRequest.Builder |
version(String version)
A version identifier for the API.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApiRequest.Builder apiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression. See API Key Selection Expressions.
apiKeySelectionExpression - An API key selection expression. See API Key Selection Expressions.CreateApiRequest.Builder description(String description)
The description of the API.
description - The description of the API.CreateApiRequest.Builder disableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
disableSchemaValidation - Avoid validating models when creating a deployment.CreateApiRequest.Builder name(String name)
The name of the API.
name - The name of the API.CreateApiRequest.Builder protocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType - The API protocol: Currently only WEBSOCKET is supported.ProtocolType,
ProtocolTypeCreateApiRequest.Builder protocolType(ProtocolType protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType - The API protocol: Currently only WEBSOCKET is supported.ProtocolType,
ProtocolTypeCreateApiRequest.Builder routeSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
routeSelectionExpression - The route selection expression for the API.CreateApiRequest.Builder version(String version)
A version identifier for the API.
version - A version identifier for the API.CreateApiRequest.Builder tags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..CreateApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.