All Superinterfaces:
Buildable, CopyableBuilder<Vpc.Builder,Vpc>, SdkBuilder<Vpc.Builder,Vpc>, SdkPojo
Enclosing class:
Vpc

public static interface Vpc.Builder extends SdkPojo, CopyableBuilder<Vpc.Builder,Vpc>
  • Method Details

    • securityGroups

      Vpc.Builder securityGroups(Collection<String> securityGroups)

      The security groups for the connector.

      Parameters:
      securityGroups - The security groups for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      Vpc.Builder securityGroups(String... securityGroups)

      The security groups for the connector.

      Parameters:
      securityGroups - The security groups for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      Vpc.Builder subnets(Collection<String> subnets)

      The subnets for the connector.

      Parameters:
      subnets - The subnets for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      Vpc.Builder subnets(String... subnets)

      The subnets for the connector.

      Parameters:
      subnets - The subnets for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.