Class CfnApplication.Builder

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

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

    • create

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

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

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

      @Stability(Stable) public CfnApplication.Builder description(String description)
      A description of the application.

      Parameters:
      description - A description of the application. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnApplication.Builder tags(List<? extends CfnApplication.TagsProperty> tags)
      Metadata to assign to the application.

      Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

      Parameters:
      tags - Metadata to assign to the application. This parameter is required.
      Returns:
      this
    • build

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