@Stability(value=Stable) public static final class CfnTrackerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTrackerProps>
CfnTrackerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrackerProps |
build()
Builds the configured instance.
|
CfnTrackerProps.Builder |
description(String description)
Sets the value of
CfnTrackerProps.getDescription() |
CfnTrackerProps.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnTrackerProps.getKmsKeyId() |
CfnTrackerProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnTrackerProps.getPricingPlan() |
CfnTrackerProps.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Sets the value of
CfnTrackerProps.getPricingPlanDataSource() |
CfnTrackerProps.Builder |
trackerName(String trackerName)
Sets the value of
CfnTrackerProps.getTrackerName() |
@Stability(value=Stable) public CfnTrackerProps.Builder pricingPlan(String pricingPlan)
CfnTrackerProps.getPricingPlan()pricingPlan - `AWS::Location::Tracker.PricingPlan`. This parameter is required.this@Stability(value=Stable) public CfnTrackerProps.Builder trackerName(String trackerName)
CfnTrackerProps.getTrackerName()trackerName - `AWS::Location::Tracker.TrackerName`. This parameter is required.this@Stability(value=Stable) public CfnTrackerProps.Builder description(String description)
CfnTrackerProps.getDescription()description - `AWS::Location::Tracker.Description`.this@Stability(value=Stable) public CfnTrackerProps.Builder kmsKeyId(String kmsKeyId)
CfnTrackerProps.getKmsKeyId()kmsKeyId - `AWS::Location::Tracker.KmsKeyId`.this@Stability(value=Stable) public CfnTrackerProps.Builder pricingPlanDataSource(String pricingPlanDataSource)
CfnTrackerProps.getPricingPlanDataSource()pricingPlanDataSource - `AWS::Location::Tracker.PricingPlanDataSource`.this@Stability(value=Stable) public CfnTrackerProps build()
build in interface software.amazon.jsii.Builder<CfnTrackerProps>CfnTrackerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.