@Stability(value=Stable) public static final class CfnApplicationInstance.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationInstance>
CfnApplicationInstance.@Stability(value=Stable) public static CfnApplicationInstance.Builder create(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.