public static interface CreateApiResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<CreateApiResponse.Builder,CreateApiResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateApiResponse.Builder |
apiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com.
|
CreateApiResponse.Builder |
apiId(String apiId)
The API ID.
|
CreateApiResponse.Builder |
apiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
CreateApiResponse.Builder |
createdDate(Instant createdDate)
The timestamp when the API was created.
|
CreateApiResponse.Builder |
description(String description)
The description of the API.
|
CreateApiResponse.Builder |
disableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
CreateApiResponse.Builder |
name(String name)
The name of the API.
|
CreateApiResponse.Builder |
protocolType(ProtocolType protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
CreateApiResponse.Builder |
protocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
CreateApiResponse.Builder |
routeSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
CreateApiResponse.Builder |
tags(Map<String,String> tags)
The key-value map of strings.
|
CreateApiResponse.Builder |
version(String version)
A version identifier for the API.
|
CreateApiResponse.Builder |
warnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
CreateApiResponse.Builder |
warnings(String... warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApiResponse.Builder apiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
apiEndpoint - The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is
typically appended to this URI to form a complete path to a deployed API stage.CreateApiResponse.Builder apiId(String apiId)
The API ID.
apiId - The API ID.CreateApiResponse.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.CreateApiResponse.Builder createdDate(Instant createdDate)
The timestamp when the API was created.
createdDate - The timestamp when the API was created.CreateApiResponse.Builder description(String description)
The description of the API.
description - The description of the API.CreateApiResponse.Builder disableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
disableSchemaValidation - Avoid validating models when creating a deployment.CreateApiResponse.Builder name(String name)
The name of the API.
name - The name of the API.CreateApiResponse.Builder protocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType - The API protocol: Currently only WEBSOCKET is supported.ProtocolType,
ProtocolTypeCreateApiResponse.Builder protocolType(ProtocolType protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType - The API protocol: Currently only WEBSOCKET is supported.ProtocolType,
ProtocolTypeCreateApiResponse.Builder routeSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
routeSelectionExpression - The route selection expression for the API.CreateApiResponse.Builder version(String version)
A version identifier for the API.
version - A version identifier for the API.CreateApiResponse.Builder warnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
warnings - The warning messages reported when failonwarnings is turned on during API import.CreateApiResponse.Builder warnings(String... warnings)
The warning messages reported when failonwarnings is turned on during API import.
warnings - The warning messages reported when failonwarnings is turned on during API import.CreateApiResponse.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..Copyright © 2019. All rights reserved.