Interface PricingPlanListElement.Builder

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

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

    • 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

      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

      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.