@Stability(value=Stable) public static final class CfnMapProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMapProps>
CfnMapProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMapProps |
build()
Builds the configured instance.
|
CfnMapProps.Builder |
configuration(CfnMap.MapConfigurationProperty configuration)
Sets the value of
CfnMapProps.getConfiguration() |
CfnMapProps.Builder |
configuration(IResolvable configuration)
Sets the value of
CfnMapProps.getConfiguration() |
CfnMapProps.Builder |
description(String description)
Sets the value of
CfnMapProps.getDescription() |
CfnMapProps.Builder |
mapName(String mapName)
Sets the value of
CfnMapProps.getMapName() |
CfnMapProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnMapProps.getPricingPlan() |
@Stability(value=Stable) public CfnMapProps.Builder configuration(CfnMap.MapConfigurationProperty configuration)
CfnMapProps.getConfiguration()configuration - `AWS::Location::Map.Configuration`. This parameter is required.this@Stability(value=Stable) public CfnMapProps.Builder configuration(IResolvable configuration)
CfnMapProps.getConfiguration()configuration - `AWS::Location::Map.Configuration`. This parameter is required.this@Stability(value=Stable) public CfnMapProps.Builder description(String description)
CfnMapProps.getDescription()description - `AWS::Location::Map.Description`.this@Stability(value=Stable) public CfnMapProps.Builder mapName(String mapName)
CfnMapProps.getMapName()mapName - `AWS::Location::Map.MapName`. This parameter is required.this@Stability(value=Stable) public CfnMapProps.Builder pricingPlan(String pricingPlan)
CfnMapProps.getPricingPlan()pricingPlan - `AWS::Location::Map.PricingPlan`. This parameter is required.this@Stability(value=Stable) public CfnMapProps build()
build in interface software.amazon.jsii.Builder<CfnMapProps>CfnMapPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.