static CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.builder() |
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.description(String description) |
Description of the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.disassociateWhenNotFound(Boolean disassociateWhenNotFound) |
When true, disassociates a resource when software is uninstalled.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCount(Long licenseCount) |
Number of licenses managed by the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit) |
Indicates whether hard or soft license enforcement is used.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountingType(String licenseCountingType) |
Dimension used to track the license inventory.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountingType(LicenseCountingType licenseCountingType) |
Dimension used to track the license inventory.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseRules(String... licenseRules) |
License rules.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseRules(Collection<String> licenseRules) |
License rules.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.name(String name) |
Name of the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.productInformationList(Collection<ProductInformation> productInformationList) |
Product information.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.productInformationList(Consumer<ProductInformation.Builder>... productInformationList) |
Product information.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.productInformationList(ProductInformation... productInformationList) |
Product information.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Collection<Tag> tags) |
Tags to add to the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to add to the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Tag... tags) |
Tags to add to the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.toBuilder() |
|