Interface VPCConfigResponse.Builder

  • Method Details

    • subnets

      A list of subnet IDs associated with the simulation job.

      Parameters:
      subnets - A list of subnet IDs associated with the simulation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      VPCConfigResponse.Builder subnets(String... subnets)

      A list of subnet IDs associated with the simulation job.

      Parameters:
      subnets - A list of subnet IDs associated with the simulation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      VPCConfigResponse.Builder securityGroups(Collection<String> securityGroups)

      A list of security group IDs associated with the simulation job.

      Parameters:
      securityGroups - A list of security group IDs associated with the simulation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      VPCConfigResponse.Builder securityGroups(String... securityGroups)

      A list of security group IDs associated with the simulation job.

      Parameters:
      securityGroups - A list of security group IDs associated with the simulation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The VPC ID associated with your simulation job.

      Parameters:
      vpcId - The VPC ID associated with your simulation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assignPublicIp

      VPCConfigResponse.Builder assignPublicIp(Boolean assignPublicIp)

      A boolean indicating if a public IP was assigned.

      Parameters:
      assignPublicIp - A boolean indicating if a public IP was assigned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.