public static interface ImportApiRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<ImportApiRequest.Builder,ImportApiRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportApiRequest.Builder |
basepath(String basepath)
Specifies how to interpret the base path of the API during import.
|
ImportApiRequest.Builder |
body(String body)
The OpenAPI definition.
|
ImportApiRequest.Builder |
failOnWarnings(Boolean failOnWarnings)
Specifies whether to rollback the API creation when a warning is encountered.
|
ImportApiRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportApiRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportApiRequest.Builder basepath(String basepath)
Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.
basepath - Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend,
and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.ImportApiRequest.Builder body(String body)
The OpenAPI definition. Supported only for HTTP APIs.
body - The OpenAPI definition. Supported only for HTTP APIs.ImportApiRequest.Builder failOnWarnings(Boolean failOnWarnings)
Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.
failOnWarnings - Specifies whether to rollback the API creation when a warning is encountered. By default, API creation
continues if a warning is encountered.ImportApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.