Interface CreateVpcIngressConnectionRequest.Builder
-
- All Superinterfaces:
AppRunnerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateVpcIngressConnectionRequest.Builder,CreateVpcIngressConnectionRequest>,SdkBuilder<CreateVpcIngressConnectionRequest.Builder,CreateVpcIngressConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVpcIngressConnectionRequest
public static interface CreateVpcIngressConnectionRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcIngressConnectionRequest.Builder,CreateVpcIngressConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateVpcIngressConnectionRequest.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 create the VPC Ingress Connection resource.CreateVpcIngressConnectionRequest.BuilderingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.CreateVpcIngressConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcIngressConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcIngressConnectionRequest.BuilderserviceArn(String serviceArn)The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.CreateVpcIngressConnectionRequest.Buildertags(Collection<Tag> tags)An optional list of metadata items that you can associate with the VPC Ingress Connection resource.CreateVpcIngressConnectionRequest.Buildertags(Consumer<Tag.Builder>... tags)An optional list of metadata items that you can associate with the VPC Ingress Connection resource.CreateVpcIngressConnectionRequest.Buildertags(Tag... tags)An optional list of metadata items that you can associate with the VPC Ingress Connection resource.CreateVpcIngressConnectionRequest.BuildervpcIngressConnectionName(String vpcIngressConnectionName)A name for the VPC Ingress Connection resource.-
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 Detail
-
serviceArn
CreateVpcIngressConnectionRequest.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
- Parameters:
serviceArn- The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIngressConnectionName
CreateVpcIngressConnectionRequest.Builder vpcIngressConnectionName(String vpcIngressConnectionName)
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
- Parameters:
vpcIngressConnectionName- A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressVpcConfiguration
CreateVpcIngressConnectionRequest.Builder ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create 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 create the VPC Ingress Connection resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressVpcConfiguration
default CreateVpcIngressConnectionRequest.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 create 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)
-
tags
CreateVpcIngressConnectionRequest.Builder tags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
- Parameters:
tags- An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVpcIngressConnectionRequest.Builder tags(Tag... tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
- Parameters:
tags- An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVpcIngressConnectionRequest.Builder tags(Consumer<Tag.Builder>... tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateVpcIngressConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVpcIngressConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-