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) |
UpdateBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBasePathMappingRequest.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.
To specify an empty base path, set this parameter to '(none)'.
basePath - [Required] The base path of the BasePathMapping resource to change.
To specify an empty base path, set this parameter to '(none)'.
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)
overrideConfiguration in interface AwsRequest.BuilderUpdateBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.