Interface CreateVpcIngressConnectionRequest.Builder
- All Superinterfaces:
AppRunnerRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateVpcIngressConnectionRequest.Builder,
,CreateVpcIngressConnectionRequest> SdkBuilder<CreateVpcIngressConnectionRequest.Builder,
,CreateVpcIngressConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateVpcIngressConnectionRequest
-
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 create 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 create 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.serviceArn
(String serviceArn) The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.tags
(Collection<Tag> tags) An optional list of metadata items that you can associate with the VPC Ingress Connection resource.tags
(Consumer<Tag.Builder>... tags) An optional list of metadata items that you can associate with the VPC Ingress Connection resource.An optional list of metadata items that you can associate with the VPC Ingress Connection resource.vpcIngressConnectionName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.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:
-
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
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
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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateVpcIngressConnectionRequest.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
CreateVpcIngressConnectionRequest.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.
-