public static interface UpdateApiMappingRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<UpdateApiMappingRequest.Builder,UpdateApiMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApiMappingRequest.Builder |
apiId(String apiId)
The API identifier.
|
UpdateApiMappingRequest.Builder |
apiMappingId(String apiMappingId)
The API mapping identifier.
|
UpdateApiMappingRequest.Builder |
apiMappingKey(String apiMappingKey)
The API mapping key.
|
UpdateApiMappingRequest.Builder |
domainName(String domainName)
The domain name.
|
UpdateApiMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApiMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateApiMappingRequest.Builder |
stage(String stage)
The API stage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApiMappingRequest.Builder apiId(String apiId)
The API identifier.
apiId - The API identifier.UpdateApiMappingRequest.Builder apiMappingId(String apiMappingId)
The API mapping identifier.
apiMappingId - The API mapping identifier.UpdateApiMappingRequest.Builder apiMappingKey(String apiMappingKey)
The API mapping key.
apiMappingKey - The API mapping key.UpdateApiMappingRequest.Builder domainName(String domainName)
The domain name.
domainName - The domain name.UpdateApiMappingRequest.Builder stage(String stage)
The API stage.
stage - The API stage.UpdateApiMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApiMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.