public static interface UpdateVpcLinkRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcLinkRequest.Builder,UpdateVpcLinkRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcLinkRequest.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.
|
UpdateVpcLinkRequest.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.
|
UpdateVpcLinkRequest.Builder |
patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateVpcLinkRequest.Builder |
vpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcLinkRequest.Builder vpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
vpcLinkId - [Required] The identifier of the VpcLink. It is used in an Integration to reference this
VpcLink.UpdateVpcLinkRequest.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.UpdateVpcLinkRequest.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.UpdateVpcLinkRequest.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) UpdateVpcLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVpcLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.