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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateVpcIngressConnectionRequest.BuilderingressVpcConfiguration(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.BuilderingressVpcConfiguration(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVpcIngressConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVpcIngressConnectionRequest.BuildervpcIngressConnectionArn(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpcIngressConnectionArn
UpdateVpcIngressConnectionRequest.Builder vpcIngressConnectionArn(String 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.Builderavoiding the need to create one manually viaIngressVpcConfiguration.builder().When the
Consumercompletes,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:
ingressVpcConfiguration(IngressVpcConfiguration)
-
overrideConfiguration
UpdateVpcIngressConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateVpcIngressConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-