Interface VpcInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcInformation.Builder,,VpcInformation> SdkBuilder<VpcInformation.Builder,,VpcInformation> SdkPojo
- Enclosing class:
VpcInformation
@Mutable
@NotThreadSafe
public static interface VpcInformation.Builder
extends SdkPojo, CopyableBuilder<VpcInformation.Builder,VpcInformation>
-
Method Summary
Modifier and TypeMethodDescriptionThe IDs of the subnets associated with the VPC endpoint.subnetIds(Collection<String> subnetIds) The IDs of the subnets associated with the VPC endpoint.vpcEndpointId(String vpcEndpointId) The ID of the interface VPC endpoint for the Amazon Web Services Outposts service.The ID of the VPC used for private connectivity.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
-
vpcId
The ID of the VPC used for private connectivity.
- Parameters:
vpcId- The ID of the VPC used for private connectivity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.
- Parameters:
subnetIds- The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.
- Parameters:
subnetIds- The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The ID of the interface VPC endpoint for the Amazon Web Services Outposts service. When specified, the endpoint must be in the
availablestate and the specified subnets must be associated with it.- Parameters:
vpcEndpointId- The ID of the interface VPC endpoint for the Amazon Web Services Outposts service. When specified, the endpoint must be in theavailablestate and the specified subnets must be associated with it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-