Interface EnvironmentVpc.Builder

  • Method Details

    • accountId

      EnvironmentVpc.Builder accountId(String accountId)

      The Amazon Web Services account ID of the virtual private cloud (VPC) owner.

      Parameters:
      accountId - The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrBlocks

      EnvironmentVpc.Builder cidrBlocks(Collection<String> cidrBlocks)

      The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.

      Parameters:
      cidrBlocks - The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrBlocks

      EnvironmentVpc.Builder cidrBlocks(String... cidrBlocks)

      The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.

      Parameters:
      cidrBlocks - The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      EnvironmentVpc.Builder createdTime(Instant createdTime)

      A timestamp that indicates when the VPC is first added to the environment.

      Parameters:
      createdTime - A timestamp that indicates when the VPC is first added to the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      EnvironmentVpc.Builder environmentId(String environmentId)

      The unique identifier of the environment.

      Parameters:
      environmentId - The unique identifier of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      EnvironmentVpc.Builder lastUpdatedTime(Instant lastUpdatedTime)

      A timestamp that indicates when the VPC was last updated by the environment.

      Parameters:
      lastUpdatedTime - A timestamp that indicates when the VPC was last updated by the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The ID of the VPC.

      Parameters:
      vpcId - The ID of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcName

      EnvironmentVpc.Builder vpcName(String vpcName)

      The name of the VPC at the time it is added to the environment.

      Parameters:
      vpcName - The name of the VPC at the time it is added to the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.