@Stability(value=Stable)
public static interface CfnApplication.ApplicationLocationProperty
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.sam.*;
ApplicationLocationProperty applicationLocationProperty = ApplicationLocationProperty.builder()
.applicationId("applicationId")
.semanticVersion("semanticVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.ApplicationLocationProperty.Builder
A builder for
CfnApplication.ApplicationLocationProperty |
static class |
CfnApplication.ApplicationLocationProperty.Jsii$Proxy
An implementation for
CfnApplication.ApplicationLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.ApplicationLocationProperty.Builder |
builder() |
String |
getApplicationId()
`CfnApplication.ApplicationLocationProperty.ApplicationId`.
|
String |
getSemanticVersion()
`CfnApplication.ApplicationLocationProperty.SemanticVersion`.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getSemanticVersion()
@Stability(value=Stable) static CfnApplication.ApplicationLocationProperty.Builder builder()
Copyright © 2022. All rights reserved.