Interface VpcConfigOutput.Builder

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

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

    • vpcId

      The IDs of the VPC where this canary is to run.

      Parameters:
      vpcId - The IDs of the VPC where this canary is to run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfigOutput.Builder subnetIds(Collection<String> subnetIds)

      The IDs of the subnets where this canary is to run.

      Parameters:
      subnetIds - The IDs of the subnets where this canary is to run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfigOutput.Builder subnetIds(String... subnetIds)

      The IDs of the subnets where this canary is to run.

      Parameters:
      subnetIds - The IDs of the subnets where this canary is to run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfigOutput.Builder securityGroupIds(Collection<String> securityGroupIds)

      The IDs of the security groups for this canary.

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

      VpcConfigOutput.Builder securityGroupIds(String... securityGroupIds)

      The IDs of the security groups for this canary.

      Parameters:
      securityGroupIds - The IDs of the security groups for this canary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.