@Stability(value=Stable)
public static interface CfnDeployment.ComponentConfigurationUpdateProperty
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.*;
ComponentConfigurationUpdateProperty componentConfigurationUpdateProperty = ComponentConfigurationUpdateProperty.builder()
.merge("merge")
.reset(List.of("reset"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.ComponentConfigurationUpdateProperty.Builder
A builder for
CfnDeployment.ComponentConfigurationUpdateProperty |
static class |
CfnDeployment.ComponentConfigurationUpdateProperty.Jsii$Proxy
An implementation for
CfnDeployment.ComponentConfigurationUpdateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.ComponentConfigurationUpdateProperty.Builder |
builder() |
default String |
getMerge()
`CfnDeployment.ComponentConfigurationUpdateProperty.Merge`.
|
default List<String> |
getReset()
`CfnDeployment.ComponentConfigurationUpdateProperty.Reset`.
|
@Stability(value=Stable) @Nullable default String getMerge()
@Stability(value=Stable) @Nullable default List<String> getReset()
@Stability(value=Stable) static CfnDeployment.ComponentConfigurationUpdateProperty.Builder builder()
Copyright © 2022. All rights reserved.