Class LicenseConfigurationState.Builder

  • Enclosing class:
    LicenseConfigurationState

    public static final class LicenseConfigurationState.Builder
    extends java.lang.Object
    • Method Detail

      • arn

        public LicenseConfigurationState.Builder arn​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The license configuration ARN.
        Returns:
        builder
      • description

        public LicenseConfigurationState.Builder description​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the license configuration.
        Returns:
        builder
      • description

        public LicenseConfigurationState.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the license configuration.
        Returns:
        builder
      • licenseCount

        public LicenseConfigurationState.Builder licenseCount​(@Nullable
                                                              com.pulumi.core.Output<java.lang.Integer> licenseCount)
        Parameters:
        licenseCount - Number of licenses managed by the license configuration.
        Returns:
        builder
      • licenseCount

        public LicenseConfigurationState.Builder licenseCount​(java.lang.Integer licenseCount)
        Parameters:
        licenseCount - Number of licenses managed by the license configuration.
        Returns:
        builder
      • licenseCountHardLimit

        public LicenseConfigurationState.Builder licenseCountHardLimit​(@Nullable
                                                                       com.pulumi.core.Output<java.lang.Boolean> licenseCountHardLimit)
        Parameters:
        licenseCountHardLimit - Sets the number of available licenses as a hard limit.
        Returns:
        builder
      • licenseCountHardLimit

        public LicenseConfigurationState.Builder licenseCountHardLimit​(java.lang.Boolean licenseCountHardLimit)
        Parameters:
        licenseCountHardLimit - Sets the number of available licenses as a hard limit.
        Returns:
        builder
      • licenseCountingType

        public LicenseConfigurationState.Builder licenseCountingType​(@Nullable
                                                                     com.pulumi.core.Output<java.lang.String> licenseCountingType)
        Parameters:
        licenseCountingType - Dimension to use to track license inventory. Specify either `vCPU`, `Instance`, `Core` or `Socket`.
        Returns:
        builder
      • licenseCountingType

        public LicenseConfigurationState.Builder licenseCountingType​(java.lang.String licenseCountingType)
        Parameters:
        licenseCountingType - Dimension to use to track license inventory. Specify either `vCPU`, `Instance`, `Core` or `Socket`.
        Returns:
        builder
      • licenseRules

        public LicenseConfigurationState.Builder licenseRules​(@Nullable
                                                              com.pulumi.core.Output<java.util.List<java.lang.String>> licenseRules)
        Parameters:
        licenseRules - Array of configured License Manager rules.
        Returns:
        builder
      • licenseRules

        public LicenseConfigurationState.Builder licenseRules​(java.util.List<java.lang.String> licenseRules)
        Parameters:
        licenseRules - Array of configured License Manager rules.
        Returns:
        builder
      • licenseRules

        public LicenseConfigurationState.Builder licenseRules​(java.lang.String... licenseRules)
        Parameters:
        licenseRules - Array of configured License Manager rules.
        Returns:
        builder
      • name

        public LicenseConfigurationState.Builder name​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the license configuration.
        Returns:
        builder
      • ownerAccountId

        public LicenseConfigurationState.Builder ownerAccountId​(@Nullable
                                                                com.pulumi.core.Output<java.lang.String> ownerAccountId)
        Parameters:
        ownerAccountId - Account ID of the owner of the license configuration.
        Returns:
        builder
      • ownerAccountId

        public LicenseConfigurationState.Builder ownerAccountId​(java.lang.String ownerAccountId)
        Parameters:
        ownerAccountId - Account ID of the owner of the license configuration.
        Returns:
        builder
      • tags

        public LicenseConfigurationState.Builder tags​(@Nullable
                                                      com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public LicenseConfigurationState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public LicenseConfigurationState.Builder tagsAll​(@Nullable
                                                         com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public LicenseConfigurationState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder