@Stability(value=Stable)
public static interface CfnImageRecipe.ComponentParameterProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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 |
CfnImageRecipe.ComponentParameterProperty.Builder
A builder for
CfnImageRecipe.ComponentParameterProperty |
static class |
CfnImageRecipe.ComponentParameterProperty.Jsii$Proxy
An implementation for
CfnImageRecipe.ComponentParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageRecipe.ComponentParameterProperty.Builder |
builder() |
String |
getName()
The name of the component parameter to set.
|
List<String> |
getValue()
Sets the value for the named component parameter.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull List<String> getValue()
@Stability(value=Stable) static CfnImageRecipe.ComponentParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.