Class LicensemanagerLicenseConfiguration.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public LicensemanagerLicenseConfiguration.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public LicensemanagerLicenseConfiguration.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public LicensemanagerLicenseConfiguration.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public LicensemanagerLicenseConfiguration.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public LicensemanagerLicenseConfiguration.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public LicensemanagerLicenseConfiguration.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • licenseCountingType

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder licenseCountingType​(String licenseCountingType)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_counting_type LicensemanagerLicenseConfiguration#license_counting_type}.

        Parameters:
        licenseCountingType - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_counting_type LicensemanagerLicenseConfiguration#license_counting_type}. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder name​(String name)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#name LicensemanagerLicenseConfiguration#name}.

        Parameters:
        name - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#name LicensemanagerLicenseConfiguration#name}. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder description​(String description)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#description LicensemanagerLicenseConfiguration#description}.

        Parameters:
        description - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#description LicensemanagerLicenseConfiguration#description}. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#id LicensemanagerLicenseConfiguration#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#id LicensemanagerLicenseConfiguration#id}. This parameter is required.
        Returns:
        this
      • licenseCount

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder licenseCount​(Number licenseCount)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_count LicensemanagerLicenseConfiguration#license_count}.

        Parameters:
        licenseCount - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_count LicensemanagerLicenseConfiguration#license_count}. This parameter is required.
        Returns:
        this
      • licenseCountHardLimit

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder licenseCountHardLimit​(Boolean licenseCountHardLimit)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_count_hard_limit LicensemanagerLicenseConfiguration#license_count_hard_limit}.

        Parameters:
        licenseCountHardLimit - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_count_hard_limit LicensemanagerLicenseConfiguration#license_count_hard_limit}. This parameter is required.
        Returns:
        this
      • licenseCountHardLimit

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder licenseCountHardLimit​(com.hashicorp.cdktf.IResolvable licenseCountHardLimit)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_count_hard_limit LicensemanagerLicenseConfiguration#license_count_hard_limit}.

        Parameters:
        licenseCountHardLimit - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_count_hard_limit LicensemanagerLicenseConfiguration#license_count_hard_limit}. This parameter is required.
        Returns:
        this
      • licenseRules

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder licenseRules​(List<String> licenseRules)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_rules LicensemanagerLicenseConfiguration#license_rules}.

        Parameters:
        licenseRules - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#license_rules LicensemanagerLicenseConfiguration#license_rules}. This parameter is required.
        Returns:
        this
      • tags

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder tags​(Map<String,​String> tags)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#tags LicensemanagerLicenseConfiguration#tags}.

        Parameters:
        tags - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#tags LicensemanagerLicenseConfiguration#tags}. This parameter is required.
        Returns:
        this
      • tagsAll

        @Stability(Stable)
        public LicensemanagerLicenseConfiguration.Builder tagsAll​(Map<String,​String> tagsAll)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#tags_all LicensemanagerLicenseConfiguration#tags_all}.

        Parameters:
        tagsAll - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/licensemanager_license_configuration#tags_all LicensemanagerLicenseConfiguration#tags_all}. This parameter is required.
        Returns:
        this