Class CfnProject.Builder

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

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

    • create

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

      @Stability(Stable) public CfnProject.Builder placementTemplate(IResolvable placementTemplate)
      An object describing the project's placement specifications.

      Parameters:
      placementTemplate - An object describing the project's placement specifications. This parameter is required.
      Returns:
      this
    • placementTemplate

      @Stability(Stable) public CfnProject.Builder placementTemplate(CfnProject.PlacementTemplateProperty placementTemplate)
      An object describing the project's placement specifications.

      Parameters:
      placementTemplate - An object describing the project's placement specifications. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnProject.Builder description(String description)
      The description of the project.

      Parameters:
      description - The description of the project. This parameter is required.
      Returns:
      this
    • projectName

      @Stability(Stable) public CfnProject.Builder projectName(String projectName)
      The name of the project from which to obtain information.

      Parameters:
      projectName - The name of the project from which to obtain information. This parameter is required.
      Returns:
      this
    • build

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