Interface CreatePricingRuleRequest.Builder

    • Method Detail

      • clientToken

        CreatePricingRuleRequest.Builder clientToken​(String clientToken)

        The token that's needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

        Parameters:
        clientToken - The token that's needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreatePricingRuleRequest.Builder name​(String name)

        The pricing rule name. The names must be unique to each pricing rule.

        Parameters:
        name - The pricing rule name. The names must be unique to each pricing rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreatePricingRuleRequest.Builder description​(String description)

        The pricing rule description.

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

        CreatePricingRuleRequest.Builder scope​(String scope)

        The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.

        Parameters:
        scope - The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PricingRuleScope, PricingRuleScope
      • scope

        CreatePricingRuleRequest.Builder scope​(PricingRuleScope scope)

        The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.

        Parameters:
        scope - The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PricingRuleScope, PricingRuleScope
      • modifierPercentage

        CreatePricingRuleRequest.Builder modifierPercentage​(Double modifierPercentage)

        A percentage modifier that's applied on the public pricing rates.

        Parameters:
        modifierPercentage - A percentage modifier that's applied on the public pricing rates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • service

        CreatePricingRuleRequest.Builder service​(String service)

        If the Scope attribute is set to SERVICE or SKU, the attribute indicates which service the PricingRule is applicable for.

        Parameters:
        service - If the Scope attribute is set to SERVICE or SKU, the attribute indicates which service the PricingRule is applicable for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreatePricingRuleRequest.Builder tags​(Map<String,​String> tags)

        A map that contains tag keys and tag values that are attached to a pricing rule.

        Parameters:
        tags - A map that contains tag keys and tag values that are attached to a pricing rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • billingEntity

        CreatePricingRuleRequest.Builder billingEntity​(String billingEntity)

        The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.

        Parameters:
        billingEntity - The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tiering

        CreatePricingRuleRequest.Builder tiering​(CreateTieringInput tiering)

        The set of tiering configurations for the pricing rule.

        Parameters:
        tiering - The set of tiering configurations for the pricing rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • usageType

        CreatePricingRuleRequest.Builder usageType​(String usageType)

        Usage type is the unit that each service uses to measure the usage of a specific type of resource.

        If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

         </p> 
         
        Parameters:
        usageType - Usage type is the unit that each service uses to measure the usage of a specific type of resource.

        If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

         </p> 
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operation

        CreatePricingRuleRequest.Builder operation​(String operation)

        Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.

        If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

        Parameters:
        operation - Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.

        If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

        Returns:
        Returns a reference to this object so that method calls can be chained together.