Interface IngressVpcConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>,SdkBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>,SdkPojo
- Enclosing class:
- IngressVpcConfiguration
public static interface IngressVpcConfiguration.Builder extends SdkPojo, CopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressVpcConfiguration.BuildervpcEndpointId(String vpcEndpointId)The ID of the VPC endpoint that your App Runner service connects to.IngressVpcConfiguration.BuildervpcId(String vpcId)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 Detail
-
vpcId
IngressVpcConfiguration.Builder vpcId(String 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
IngressVpcConfiguration.Builder vpcEndpointId(String 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.
-
-