@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 - Specifies the map style selected from an available data provider. This parameter is required.this@Stability(value=Stable) public CfnMapProps.Builder configuration(IResolvable configuration)
CfnMapProps.getConfiguration()configuration - Specifies the map style selected from an available data provider. This parameter is required.this@Stability(value=Stable) public CfnMapProps.Builder mapName(String mapName)
CfnMapProps.getMapName()mapName - The name for the map resource. This parameter is required.
Requirements:
ExampleMap .this@Stability(value=Stable) public CfnMapProps.Builder description(String description)
CfnMapProps.getDescription()description - An optional description for the map resource.this@Stability(value=Stable) public CfnMapProps.Builder pricingPlan(String pricingPlan)
CfnMapProps.getPricingPlan()pricingPlan - No longer used. If included, the only allowed value is `RequestBasedUsage` .
Allowed Values : RequestBasedUsagethis@Stability(value=Stable) public CfnMapProps build()
build in interface software.amazon.jsii.Builder<CfnMapProps>CfnMapPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.