@Stability(value=Stable)
public static interface CfnComponentVersion.ComponentDependencyRequirementProperty
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.*;
ComponentDependencyRequirementProperty componentDependencyRequirementProperty = ComponentDependencyRequirementProperty.builder()
.dependencyType("dependencyType")
.versionRequirement("versionRequirement")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder
|
static class |
CfnComponentVersion.ComponentDependencyRequirementProperty.Jsii$Proxy
An implementation for
CfnComponentVersion.ComponentDependencyRequirementProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentVersion.ComponentDependencyRequirementProperty.Builder |
builder() |
default String |
getDependencyType()
`CfnComponentVersion.ComponentDependencyRequirementProperty.DependencyType`.
|
default String |
getVersionRequirement()
`CfnComponentVersion.ComponentDependencyRequirementProperty.VersionRequirement`.
|
@Stability(value=Stable) @Nullable default String getDependencyType()
@Stability(value=Stable) @Nullable default String getVersionRequirement()
@Stability(value=Stable) static CfnComponentVersion.ComponentDependencyRequirementProperty.Builder builder()
Copyright © 2021. All rights reserved.