@Stability(value=Stable)
public static interface CfnComponentVersion.ComponentPlatformProperty
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.greengrassv2.*;
ComponentPlatformProperty componentPlatformProperty = ComponentPlatformProperty.builder()
.attributes(Map.of(
"attributesKey", "attributes"))
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentVersion.ComponentPlatformProperty.Builder
A builder for
CfnComponentVersion.ComponentPlatformProperty |
static class |
CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy
An implementation for
CfnComponentVersion.ComponentPlatformProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentVersion.ComponentPlatformProperty.Builder |
builder() |
default Object |
getAttributes()
`CfnComponentVersion.ComponentPlatformProperty.Attributes`.
|
default String |
getName()
`CfnComponentVersion.ComponentPlatformProperty.Name`.
|
@Stability(value=Stable) @Nullable default Object getAttributes()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnComponentVersion.ComponentPlatformProperty.Builder builder()
Copyright © 2021. All rights reserved.