Interface ResourceCount.Builder

  • Method Details

    • resourceType

      ResourceCount.Builder resourceType(String resourceType)

      The resource type (for example, "AWS::EC2::Instance").

      Parameters:
      resourceType - The resource type (for example, "AWS::EC2::Instance").
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      ResourceCount.Builder resourceType(ResourceType resourceType)

      The resource type (for example, "AWS::EC2::Instance").

      Parameters:
      resourceType - The resource type (for example, "AWS::EC2::Instance").
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • count

      The number of resources.

      Parameters:
      count - The number of resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.