@Stability(value=Stable)
public static interface CfnContainerRecipe.ComponentParameterProperty
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.imagebuilder.*;
ComponentParameterProperty componentParameterProperty = ComponentParameterProperty.builder()
.name("name")
.value(List.of("value"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContainerRecipe.ComponentParameterProperty.Builder
A builder for
CfnContainerRecipe.ComponentParameterProperty |
static class |
CfnContainerRecipe.ComponentParameterProperty.Jsii$Proxy
An implementation for
CfnContainerRecipe.ComponentParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContainerRecipe.ComponentParameterProperty.Builder |
builder() |
String |
getName()
`CfnContainerRecipe.ComponentParameterProperty.Name`.
|
List<String> |
getValue()
`CfnContainerRecipe.ComponentParameterProperty.Value`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull List<String> getValue()
@Stability(value=Stable) static CfnContainerRecipe.ComponentParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.