public static interface UpdateVpcIngressConnectionRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcIngressConnectionRequest.Builder,UpdateVpcIngressConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateVpcIngressConnectionRequest.Builder |
ingressVpcConfiguration(Consumer<IngressVpcConfiguration.Builder> ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint
that are used to update the VPC Ingress Connection resource.
|
UpdateVpcIngressConnectionRequest.Builder |
ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint
that are used to update the VPC Ingress Connection resource.
|
UpdateVpcIngressConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcIngressConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcIngressConnectionRequest.Builder |
vpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcIngressConnectionRequest.Builder vpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
vpcIngressConnectionArn - The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to
update.UpdateVpcIngressConnectionRequest.Builder ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
ingressVpcConfiguration - Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC
endpoint that are used to update the VPC Ingress Connection resource.default UpdateVpcIngressConnectionRequest.Builder ingressVpcConfiguration(Consumer<IngressVpcConfiguration.Builder> ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
This is a convenience method that creates an instance of theIngressVpcConfiguration.Builder avoiding
the need to create one manually via IngressVpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ingressVpcConfiguration(IngressVpcConfiguration).
ingressVpcConfiguration - a consumer that will call methods on IngressVpcConfiguration.BuilderingressVpcConfiguration(IngressVpcConfiguration)UpdateVpcIngressConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVpcIngressConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.