@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:20.113Z") @Stability(value=Stable) public interface CfnPricingRuleProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.billingconductor.*;
CfnPricingRuleProps cfnPricingRuleProps = CfnPricingRuleProps.builder()
.modifierPercentage(123)
.name("name")
.scope("scope")
.type("type")
// the properties below are optional
.description("description")
.service("service")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPricingRuleProps.Builder
A builder for
CfnPricingRuleProps |
static class |
CfnPricingRuleProps.Jsii$Proxy
An implementation for
CfnPricingRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPricingRuleProps.Builder |
builder() |
default String |
getDescription()
`AWS::BillingConductor::PricingRule.Description`.
|
Number |
getModifierPercentage()
`AWS::BillingConductor::PricingRule.ModifierPercentage`.
|
String |
getName()
`AWS::BillingConductor::PricingRule.Name`.
|
String |
getScope()
`AWS::BillingConductor::PricingRule.Scope`.
|
default String |
getService()
`AWS::BillingConductor::PricingRule.Service`.
|
String |
getType()
`AWS::BillingConductor::PricingRule.Type`.
|
@Stability(value=Stable) @NotNull Number getModifierPercentage()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getScope()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getService()
@Stability(value=Stable) static CfnPricingRuleProps.Builder builder()
CfnPricingRuleProps.Builder of CfnPricingRulePropsCopyright © 2022. All rights reserved.