@Stability(value=Stable) public static final class CfnApplicationInstance.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationInstance>
CfnApplicationInstance.| Modifier and Type | Method and Description |
|---|---|
CfnApplicationInstance.Builder |
applicationInstanceIdToReplace(String applicationInstanceIdToReplace)
The ID of an application instance to replace with the new instance.
|
CfnApplicationInstance |
build() |
static CfnApplicationInstance.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplicationInstance.Builder |
defaultRuntimeContextDevice(String defaultRuntimeContextDevice)
The device's ID.
|
CfnApplicationInstance.Builder |
description(String description)
A description for the application instance.
|
CfnApplicationInstance.Builder |
deviceId(String deviceId)
A device's ID.
|
CfnApplicationInstance.Builder |
manifestOverridesPayload(CfnApplicationInstance.ManifestOverridesPayloadProperty manifestOverridesPayload)
Setting overrides for the application manifest.
|
CfnApplicationInstance.Builder |
manifestOverridesPayload(IResolvable manifestOverridesPayload)
Setting overrides for the application manifest.
|
CfnApplicationInstance.Builder |
manifestPayload(CfnApplicationInstance.ManifestPayloadProperty manifestPayload)
The application's manifest document.
|
CfnApplicationInstance.Builder |
manifestPayload(IResolvable manifestPayload)
The application's manifest document.
|
CfnApplicationInstance.Builder |
name(String name)
A name for the application instance.
|
CfnApplicationInstance.Builder |
runtimeRoleArn(String runtimeRoleArn)
The ARN of a runtime role for the application instance.
|
CfnApplicationInstance.Builder |
statusFilter(String statusFilter)
Only include instances with a specific status.
|
CfnApplicationInstance.Builder |
tags(List<? extends CfnTag> tags)
Tags for the application instance.
|
@Stability(value=Stable) public static CfnApplicationInstance.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplicationInstance.ManifestOverridesPayloadProperty.Builder.@Stability(value=Stable) public CfnApplicationInstance.Builder defaultRuntimeContextDevice(String defaultRuntimeContextDevice)
defaultRuntimeContextDevice - The device's ID. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder manifestPayload(CfnApplicationInstance.ManifestPayloadProperty manifestPayload)
manifestPayload - The application's manifest document. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder manifestPayload(IResolvable manifestPayload)
manifestPayload - The application's manifest document. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder applicationInstanceIdToReplace(String applicationInstanceIdToReplace)
applicationInstanceIdToReplace - The ID of an application instance to replace with the new instance. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder description(String description)
description - A description for the application instance. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder deviceId(String deviceId)
deviceId - A device's ID. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder manifestOverridesPayload(CfnApplicationInstance.ManifestOverridesPayloadProperty manifestOverridesPayload)
manifestOverridesPayload - Setting overrides for the application manifest. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder manifestOverridesPayload(IResolvable manifestOverridesPayload)
manifestOverridesPayload - Setting overrides for the application manifest. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder name(String name)
name - A name for the application instance. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder runtimeRoleArn(String runtimeRoleArn)
runtimeRoleArn - The ARN of a runtime role for the application instance. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder statusFilter(String statusFilter)
statusFilter - Only include instances with a specific status. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance.Builder tags(List<? extends CfnTag> tags)
tags - Tags for the application instance. This parameter is required.this@Stability(value=Stable) public CfnApplicationInstance build()
build in interface software.amazon.jsii.Builder<CfnApplicationInstance>Copyright © 2022. All rights reserved.