@Stability(value=Stable)
public static interface CfnContainerRecipe.TargetContainerRepositoryProperty
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.*;
TargetContainerRepositoryProperty targetContainerRepositoryProperty = TargetContainerRepositoryProperty.builder()
.repositoryName("repositoryName")
.service("service")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContainerRecipe.TargetContainerRepositoryProperty.Builder
A builder for
CfnContainerRecipe.TargetContainerRepositoryProperty |
static class |
CfnContainerRecipe.TargetContainerRepositoryProperty.Jsii$Proxy
An implementation for
CfnContainerRecipe.TargetContainerRepositoryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContainerRecipe.TargetContainerRepositoryProperty.Builder |
builder() |
default String |
getRepositoryName()
`CfnContainerRecipe.TargetContainerRepositoryProperty.RepositoryName`.
|
default String |
getService()
`CfnContainerRecipe.TargetContainerRepositoryProperty.Service`.
|
@Stability(value=Stable) @Nullable default String getRepositoryName()
@Stability(value=Stable) @Nullable default String getService()
@Stability(value=Stable) static CfnContainerRecipe.TargetContainerRepositoryProperty.Builder builder()
Copyright © 2021. All rights reserved.