Interface VpcInformation.Builder

  • 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

      VpcInformation.Builder subnetIds(Collection<String> 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

      VpcInformation.Builder subnetIds(String... 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

      VpcInformation.Builder vpcEndpointId(String vpcEndpointId)

      The ID of the interface VPC endpoint for the Amazon Web Services Outposts service. When specified, the endpoint must be in the available state 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 the available state and the specified subnets must be associated with it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.