Interface WebAppVpcConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebAppVpcConfig.Builder,,WebAppVpcConfig> SdkBuilder<WebAppVpcConfig.Builder,,WebAppVpcConfig> SdkPojo
- Enclosing class:
WebAppVpcConfig
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The list of security group IDs that control access to the web app endpoint.securityGroupIds(Collection<String> securityGroupIds) The list of security group IDs that control access to the web app endpoint.The list of subnet IDs within the VPC where the web app endpoint will be deployed.subnetIds(Collection<String> subnetIds) The list of subnet IDs within the VPC where the web app endpoint will be deployed.The identifier of the VPC where the web app endpoint will be 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 will be deployed. These subnets must be in the same VPC specified in the VpcId parameter.
- Parameters:
subnetIds- The list of subnet IDs within the VPC where the web app endpoint will be deployed. These subnets must be in the same VPC specified in the VpcId parameter.- 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 will be deployed. These subnets must be in the same VPC specified in the VpcId parameter.
- Parameters:
subnetIds- The list of subnet IDs within the VPC where the web app endpoint will be deployed. These subnets must be in the same VPC specified in the VpcId parameter.- 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 will be hosted.
- Parameters:
vpcId- The identifier of the VPC where the web app endpoint will be hosted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The list of security group IDs that control access to the web app endpoint. These security groups determine which sources can access the endpoint based on IP addresses and port configurations.
- Parameters:
securityGroupIds- The list of security group IDs that control access to the web app endpoint. These security groups determine which sources can access the endpoint based on IP addresses and port configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The list of security group IDs that control access to the web app endpoint. These security groups determine which sources can access the endpoint based on IP addresses and port configurations.
- Parameters:
securityGroupIds- The list of security group IDs that control access to the web app endpoint. These security groups determine which sources can access the endpoint based on IP addresses and port configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-