Interface PricingPlanListElement.Builder

    • Method Detail

      • name

        PricingPlanListElement.Builder name​(String name)

        The name of a pricing plan.

        Parameters:
        name - The name of a pricing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        PricingPlanListElement.Builder arn​(String arn)

        The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.

        Parameters:
        arn - The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        PricingPlanListElement.Builder description​(String description)

        The pricing plan description.

        Parameters:
        description - The pricing plan description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        PricingPlanListElement.Builder size​(Long size)

        The pricing rules count that's currently associated with this pricing plan list element.

        Parameters:
        size - The pricing rules count that's currently associated with this pricing plan list element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        PricingPlanListElement.Builder creationTime​(Long creationTime)

        The time when the pricing plan was created.

        Parameters:
        creationTime - The time when the pricing plan was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        PricingPlanListElement.Builder lastModifiedTime​(Long lastModifiedTime)

        The most recent time when the pricing plan was modified.

        Parameters:
        lastModifiedTime - The most recent time when the pricing plan was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.