Interface IngressVpcConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressVpcConfiguration.Builder,
,IngressVpcConfiguration> SdkBuilder<IngressVpcConfiguration.Builder,
,IngressVpcConfiguration> SdkPojo
- Enclosing class:
IngressVpcConfiguration
@Mutable
@NotThreadSafe
public static interface IngressVpcConfiguration.Builder
extends SdkPojo, CopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionvpcEndpointId
(String vpcEndpointId) The ID of the VPC endpoint that your App Runner service connects to.The ID of the VPC that is used for the VPC endpoint.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
-
vpcId
The ID of the VPC that is used for the VPC endpoint.
- Parameters:
vpcId
- The ID of the VPC that is used for the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The ID of the VPC endpoint that your App Runner service connects to.
- Parameters:
vpcEndpointId
- The ID of the VPC endpoint that your App Runner service connects to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-