static UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.builder() |
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.description(String description) |
New description of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.disassociateWhenNotFound(Boolean disassociateWhenNotFound) |
When true, disassociates a resource when software is uninstalled.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationArn(String licenseConfigurationArn) |
Amazon Resource Name (ARN) of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationStatus(String licenseConfigurationStatus) |
New status of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus) |
New status of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseCount(Long licenseCount) |
New number of licenses managed by the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit) |
New hard limit of the number of available licenses.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseRules(String... licenseRules) |
New license rule.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseRules(Collection<String> licenseRules) |
New license rule.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.name(String name) |
New name of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.productInformationList(Collection<ProductInformation> productInformationList) |
New product information.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.productInformationList(Consumer<ProductInformation.Builder>... productInformationList) |
New product information.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.productInformationList(ProductInformation... productInformationList) |
New product information.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.toBuilder() |
|