@Stability(value=Stable)
public static interface CfnMap.MapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.location.*;
MapConfigurationProperty mapConfigurationProperty = MapConfigurationProperty.builder()
.style("style")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMap.MapConfigurationProperty.Builder
A builder for
CfnMap.MapConfigurationProperty |
static class |
CfnMap.MapConfigurationProperty.Jsii$Proxy
An implementation for
CfnMap.MapConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMap.MapConfigurationProperty.Builder |
builder() |
String |
getStyle()
`CfnMap.MapConfigurationProperty.Style`.
|
@Stability(value=Stable) @NotNull String getStyle()
@Stability(value=Stable) static CfnMap.MapConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.