Class CfnStreamingImage.Builder

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

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

    • create

      @Stability(Stable) public static CfnStreamingImage.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 CfnStreamingImage.Builder.
    • ec2ImageId

      @Stability(Stable) public CfnStreamingImage.Builder ec2ImageId(String ec2ImageId)
      The ID of an EC2 machine image with which to create the streaming image.

      Parameters:
      ec2ImageId - The ID of an EC2 machine image with which to create the streaming image. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnStreamingImage.Builder name(String name)
      A friendly name for a streaming image resource.

      Parameters:
      name - A friendly name for a streaming image resource. This parameter is required.
      Returns:
      this
    • studioId

      @Stability(Stable) public CfnStreamingImage.Builder studioId(String studioId)
      The unique identifier for a studio resource.

      In Nimble Studio , all other resources are contained in a studio resource.

      Parameters:
      studioId - The unique identifier for a studio resource. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnStreamingImage.Builder description(String description)
      A human-readable description of the streaming image.

      Parameters:
      description - A human-readable description of the streaming image. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnStreamingImage.Builder tags(Map<String,String> tags)
      An array of key-value pairs to apply to this resource.

      For more information, see Tag .

      Parameters:
      tags - An array of key-value pairs to apply to this resource. This parameter is required.
      Returns:
      this
    • build

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