public static interface UpdateBasePathMappingRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateBasePathMappingRequest.Builder,UpdateBasePathMappingRequest>
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingRequest.Builder |
basePath(String basePath)
The base path of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest.Builder |
domainName(String domainName)
The domain name of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest.Builder |
patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UpdateBasePathMappingRequest.Builder domainName(String domainName)
The domain name of the BasePathMapping resource to change.
domainName
- The domain name of the BasePathMapping resource to change.UpdateBasePathMappingRequest.Builder basePath(String basePath)
The base path of the BasePathMapping resource to change.
basePath
- The base path of the BasePathMapping resource to change.UpdateBasePathMappingRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateBasePathMappingRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateBasePathMappingRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.