Interface VpcDescription.Builder

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

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

    • securityGroups

      VpcDescription.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

      VpcDescription.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

      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

      VpcDescription.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.