Class CfnApplicationInstance.Builder

java.lang.Object
software.amazon.awscdk.services.panorama.CfnApplicationInstance.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationInstance>
Enclosing class:
CfnApplicationInstance

@Stability(Stable) public static final class CfnApplicationInstance.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationInstance>
A fluent builder for CfnApplicationInstance.
  • Method Details

    • create

      @Stability(Stable) public static CfnApplicationInstance.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnApplicationInstance.Builder.
    • defaultRuntimeContextDevice

      @Stability(Stable) public CfnApplicationInstance.Builder defaultRuntimeContextDevice(String defaultRuntimeContextDevice)
      The device's ID.

      Parameters:
      defaultRuntimeContextDevice - The device's ID. This parameter is required.
      Returns:
      this
    • manifestPayload

      @Stability(Stable) public CfnApplicationInstance.Builder manifestPayload(CfnApplicationInstance.ManifestPayloadProperty manifestPayload)
      The application's manifest document.

      Parameters:
      manifestPayload - The application's manifest document. This parameter is required.
      Returns:
      this
    • manifestPayload

      @Stability(Stable) public CfnApplicationInstance.Builder manifestPayload(IResolvable manifestPayload)
      The application's manifest document.

      Parameters:
      manifestPayload - The application's manifest document. This parameter is required.
      Returns:
      this
    • applicationInstanceIdToReplace

      @Stability(Stable) public CfnApplicationInstance.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
    • description

      @Stability(Stable) public CfnApplicationInstance.Builder description(String description)
      A description for the application instance.

      Parameters:
      description - A description for the application instance. This parameter is required.
      Returns:
      this
    • deviceId

      @Stability(Stable) public CfnApplicationInstance.Builder deviceId(String deviceId)
      A device's ID.

      Parameters:
      deviceId - A device's ID. This parameter is required.
      Returns:
      this
    • manifestOverridesPayload

      @Stability(Stable) public CfnApplicationInstance.Builder manifestOverridesPayload(IResolvable manifestOverridesPayload)
      Setting overrides for the application manifest.

      Parameters:
      manifestOverridesPayload - Setting overrides for the application manifest. This parameter is required.
      Returns:
      this
    • manifestOverridesPayload

      @Stability(Stable) public CfnApplicationInstance.Builder manifestOverridesPayload(CfnApplicationInstance.ManifestOverridesPayloadProperty manifestOverridesPayload)
      Setting overrides for the application manifest.

      Parameters:
      manifestOverridesPayload - Setting overrides for the application manifest. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnApplicationInstance.Builder name(String name)
      A name for the application instance.

      Parameters:
      name - A name for the application instance. This parameter is required.
      Returns:
      this
    • runtimeRoleArn

      @Stability(Stable) public CfnApplicationInstance.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
    • statusFilter

      @Stability(Stable) public CfnApplicationInstance.Builder statusFilter(String statusFilter)
      Only include instances with a specific status.

      Parameters:
      statusFilter - Only include instances with a specific status. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnApplicationInstance.Builder tags(List<? extends CfnTag> tags)
      Tags for the application instance.

      Parameters:
      tags - Tags for the application instance. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnApplicationInstance build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnApplicationInstance>
      Returns:
      a newly built instance of CfnApplicationInstance.