public static interface UpdateBasePathMappingRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateBasePathMappingRequest.Builder,UpdateBasePathMappingRequest>
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingRequest.Builder |
basePath(String basePath)
[Required] The base path of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest.Builder |
domainName(String domainName)
[Required] The domain name of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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(Consumer<PatchOperation.Builder>... 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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateBasePathMappingRequest.Builder domainName(String domainName)
[Required] The domain name of the BasePathMapping resource to change.
domainName
- [Required] The domain name of the BasePathMapping resource to change.UpdateBasePathMappingRequest.Builder basePath(String basePath)
[Required] The base path of the BasePathMapping resource to change.
basePath
- [Required] 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 patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #patchOperations(List)
.patchOperations
- a consumer that will call methods on List.Builder
#patchOperations(List)
UpdateBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.