Interface UpdateVpcIngressConnectionRequest.Builder
- All Superinterfaces:
AppRunnerRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateVpcIngressConnectionRequest.Builder,
,UpdateVpcIngressConnectionRequest> SdkBuilder<UpdateVpcIngressConnectionRequest.Builder,
,UpdateVpcIngressConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateVpcIngressConnectionRequest
public static interface UpdateVpcIngressConnectionRequest.Builder
extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcIngressConnectionRequest.Builder,UpdateVpcIngressConnectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptioningressVpcConfiguration
(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.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcIngressConnectionArn
(String vpcIngressConnectionArn) The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
vpcIngressConnectionArn
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
- Parameters:
vpcIngressConnectionArn
- The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressVpcConfiguration
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressVpcConfiguration
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 viaIngressVpcConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingressVpcConfiguration(IngressVpcConfiguration)
.- Parameters:
ingressVpcConfiguration
- a consumer that will call methods onIngressVpcConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateVpcIngressConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateVpcIngressConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-