@Stability(value=Stable)
public static interface CfnProject.ArtifactsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.ArtifactsProperty.Builder
A builder for
CfnProject.ArtifactsProperty |
static class |
CfnProject.ArtifactsProperty.Jsii$Proxy
An implementation for
CfnProject.ArtifactsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.ArtifactsProperty.Builder |
builder() |
default String |
getArtifactIdentifier()
`CfnProject.ArtifactsProperty.ArtifactIdentifier`.
|
default Object |
getEncryptionDisabled()
`CfnProject.ArtifactsProperty.EncryptionDisabled`.
|
default String |
getLocation()
`CfnProject.ArtifactsProperty.Location`.
|
default String |
getName()
`CfnProject.ArtifactsProperty.Name`.
|
default String |
getNamespaceType()
`CfnProject.ArtifactsProperty.NamespaceType`.
|
default Object |
getOverrideArtifactName()
`CfnProject.ArtifactsProperty.OverrideArtifactName`.
|
default String |
getPackaging()
`CfnProject.ArtifactsProperty.Packaging`.
|
default String |
getPath()
`CfnProject.ArtifactsProperty.Path`.
|
String |
getType()
`CfnProject.ArtifactsProperty.Type`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getArtifactIdentifier()
@Stability(value=Stable) @Nullable default Object getEncryptionDisabled()
@Stability(value=Stable) @Nullable default String getLocation()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getNamespaceType()
@Stability(value=Stable) @Nullable default Object getOverrideArtifactName()
@Stability(value=Stable) @Nullable default String getPackaging()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) static CfnProject.ArtifactsProperty.Builder builder()
Copyright © 2021. All rights reserved.