Class CfnApplicationInstancePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.panorama.CfnApplicationInstancePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationInstancePropsMixin>
- Enclosing class:
CfnApplicationInstancePropsMixin
@Stability(Stable)
public static final class CfnApplicationInstancePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationInstancePropsMixin>
A fluent builder for
CfnApplicationInstancePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationInstanceIdToReplace(String applicationInstanceIdToReplace) The ID of an application instance to replace with the new instance.build()create()create(CfnPropertyMixinOptions options) defaultRuntimeContextDevice(String defaultRuntimeContextDevice) The device's ID.description(String description) A description for the application instance.manifestOverridesPayload(CfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty manifestOverridesPayload) Setting overrides for the application manifest.manifestOverridesPayload(IResolvable manifestOverridesPayload) Setting overrides for the application manifest.manifestPayload(CfnApplicationInstancePropsMixin.ManifestPayloadProperty manifestPayload) The application's manifest document.manifestPayload(IResolvable manifestPayload) The application's manifest document.A name for the application instance.runtimeRoleArn(String runtimeRoleArn) The ARN of a runtime role for the application instance.Tags for the application instance.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationInstancePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApplicationInstancePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApplicationInstancePropsMixin.Builder.
-
applicationInstanceIdToReplace
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder applicationInstanceIdToReplace(String applicationInstanceIdToReplace) The ID of an application instance to replace with the new instance.- Parameters:
applicationInstanceIdToReplace- The ID of an application instance to replace with the new instance. This parameter is required.- Returns:
this- See Also:
-
defaultRuntimeContextDevice
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder defaultRuntimeContextDevice(String defaultRuntimeContextDevice) The device's ID.- Parameters:
defaultRuntimeContextDevice- The device's ID. This parameter is required.- Returns:
this- See Also:
-
description
A description for the application instance.- Parameters:
description- A description for the application instance. This parameter is required.- Returns:
this- See Also:
-
manifestOverridesPayload
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder manifestOverridesPayload(IResolvable manifestOverridesPayload) Setting overrides for the application manifest.- Parameters:
manifestOverridesPayload- Setting overrides for the application manifest. This parameter is required.- Returns:
this- See Also:
-
manifestOverridesPayload
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder manifestOverridesPayload(CfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty manifestOverridesPayload) Setting overrides for the application manifest.- Parameters:
manifestOverridesPayload- Setting overrides for the application manifest. This parameter is required.- Returns:
this- See Also:
-
manifestPayload
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder manifestPayload(IResolvable manifestPayload) The application's manifest document.- Parameters:
manifestPayload- The application's manifest document. This parameter is required.- Returns:
this- See Also:
-
manifestPayload
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder manifestPayload(CfnApplicationInstancePropsMixin.ManifestPayloadProperty manifestPayload) The application's manifest document.- Parameters:
manifestPayload- The application's manifest document. This parameter is required.- Returns:
this- See Also:
-
name
A name for the application instance.- Parameters:
name- A name for the application instance. This parameter is required.- Returns:
this- See Also:
-
runtimeRoleArn
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder runtimeRoleArn(String runtimeRoleArn) The ARN of a runtime role for the application instance.- Parameters:
runtimeRoleArn- The ARN of a runtime role for the application instance. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnApplicationInstancePropsMixin.Builder tags(List<? extends CfnTag> tags) Tags for the application instance.- Parameters:
tags- Tags for the application instance. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationInstancePropsMixin>- Returns:
- a newly built instance of
CfnApplicationInstancePropsMixin.
-