public static interface UpdateLicenseConfigurationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateLicenseConfigurationRequest.Builder licenseConfigurationArn(String licenseConfigurationArn)
ARN for a license configuration.
licenseConfigurationArn - ARN for a license configuration.UpdateLicenseConfigurationRequest.Builder licenseConfigurationStatus(String licenseConfigurationStatus)
New status of the license configuration (ACTIVE or INACTIVE).
licenseConfigurationStatus - New status of the license configuration (ACTIVE or INACTIVE).LicenseConfigurationStatus,
LicenseConfigurationStatusUpdateLicenseConfigurationRequest.Builder licenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)
New status of the license configuration (ACTIVE or INACTIVE).
licenseConfigurationStatus - New status of the license configuration (ACTIVE or INACTIVE).LicenseConfigurationStatus,
LicenseConfigurationStatusUpdateLicenseConfigurationRequest.Builder licenseRules(Collection<String> licenseRules)
List of flexible text strings designating license rules.
licenseRules - List of flexible text strings designating license rules.UpdateLicenseConfigurationRequest.Builder licenseRules(String... licenseRules)
List of flexible text strings designating license rules.
licenseRules - List of flexible text strings designating license rules.UpdateLicenseConfigurationRequest.Builder licenseCount(Long licenseCount)
New number of licenses managed by the license configuration.
licenseCount - New number of licenses managed by the license configuration.UpdateLicenseConfigurationRequest.Builder licenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
licenseCountHardLimit - Sets the number of available licenses as a hard limit.UpdateLicenseConfigurationRequest.Builder name(String name)
New name of the license configuration.
name - New name of the license configuration.UpdateLicenseConfigurationRequest.Builder description(String description)
New human-friendly description of the license configuration.
description - New human-friendly description of the license configuration.UpdateLicenseConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLicenseConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.