public static interface UpdateLicenseConfigurationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLicenseConfigurationRequest.Builder licenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.UpdateLicenseConfigurationRequest.Builder licenseConfigurationStatus(String licenseConfigurationStatus)
New status of the license configuration.
licenseConfigurationStatus - New status of the license configuration.LicenseConfigurationStatus,
LicenseConfigurationStatusUpdateLicenseConfigurationRequest.Builder licenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)
New status of the license configuration.
licenseConfigurationStatus - New status of the license configuration.LicenseConfigurationStatus,
LicenseConfigurationStatusUpdateLicenseConfigurationRequest.Builder licenseRules(Collection<String> licenseRules)
New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
licenseRules - New license rule. The only rule that you can add after you create a license configuration is
licenseAffinityToHost.UpdateLicenseConfigurationRequest.Builder licenseRules(String... licenseRules)
New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
licenseRules - New license rule. The only rule that you can add after you create a license configuration is
licenseAffinityToHost.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)
New hard limit of the number of available licenses.
licenseCountHardLimit - New hard limit of the number of available licenses.UpdateLicenseConfigurationRequest.Builder name(String name)
New name of the license configuration.
name - New name of the license configuration.UpdateLicenseConfigurationRequest.Builder description(String description)
New description of the license configuration.
description - New description of the license configuration.UpdateLicenseConfigurationRequest.Builder productInformationList(Collection<ProductInformation> productInformationList)
New product information.
productInformationList - New product information.UpdateLicenseConfigurationRequest.Builder productInformationList(ProductInformation... productInformationList)
New product information.
productInformationList - New product information.UpdateLicenseConfigurationRequest.Builder productInformationList(Consumer<ProductInformation.Builder>... productInformationList)
New product information.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #productInformationList(List) .productInformationList - a consumer that will call methods on List.Builder #productInformationList(List) UpdateLicenseConfigurationRequest.Builder disassociateWhenNotFound(Boolean disassociateWhenNotFound)
When true, disassociates a resource when software is uninstalled.
disassociateWhenNotFound - When true, disassociates a resource when software is uninstalled.UpdateLicenseConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLicenseConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.