Interface DescribedWebAppVpcConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DescribedWebAppVpcConfig.Builder,,DescribedWebAppVpcConfig> SdkBuilder<DescribedWebAppVpcConfig.Builder,,DescribedWebAppVpcConfig> SdkPojo
- Enclosing class:
DescribedWebAppVpcConfig
@Mutable
@NotThreadSafe
public static interface DescribedWebAppVpcConfig.Builder
extends SdkPojo, CopyableBuilder<DescribedWebAppVpcConfig.Builder,DescribedWebAppVpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of subnet IDs within the VPC where the web app endpoint is deployed.subnetIds(Collection<String> subnetIds) The list of subnet IDs within the VPC where the web app endpoint is deployed.vpcEndpointId(String vpcEndpointId) The identifier of the VPC endpoint created for the web app.The identifier of the VPC where the web app endpoint is hosted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
subnetIds
The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
- Parameters:
subnetIds- The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
- Parameters:
subnetIds- The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The identifier of the VPC where the web app endpoint is hosted.
- Parameters:
vpcId- The identifier of the VPC where the web app endpoint is hosted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The identifier of the VPC endpoint created for the web app.
- Parameters:
vpcEndpointId- The identifier of the VPC endpoint created for the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-