public static interface GetLicenseConfigurationResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseConfigurationResponse.Builder,GetLicenseConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
GetLicenseConfigurationResponse.Builder |
consumedLicenses(Long consumedLicenses)
Number of licenses assigned to resources.
|
GetLicenseConfigurationResponse.Builder |
consumedLicenseSummaryList(Collection<ConsumedLicenseSummary> consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
|
GetLicenseConfigurationResponse.Builder |
consumedLicenseSummaryList(ConsumedLicenseSummary... consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
|
GetLicenseConfigurationResponse.Builder |
consumedLicenseSummaryList(Consumer<ConsumedLicenseSummary.Builder>... consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
|
GetLicenseConfigurationResponse.Builder |
description(String description)
Description of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
licenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration requested.
|
GetLicenseConfigurationResponse.Builder |
licenseConfigurationId(String licenseConfigurationId)
Unique ID for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
licenseCount(Long licenseCount)
Number of available licenses.
|
GetLicenseConfigurationResponse.Builder |
licenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
|
GetLicenseConfigurationResponse.Builder |
licenseCountingType(LicenseCountingType licenseCountingType)
Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).
|
GetLicenseConfigurationResponse.Builder |
licenseCountingType(String licenseCountingType)
Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).
|
GetLicenseConfigurationResponse.Builder |
licenseRules(Collection<String> licenseRules)
List of flexible text strings designating license rules.
|
GetLicenseConfigurationResponse.Builder |
licenseRules(String... licenseRules)
List of flexible text strings designating license rules.
|
GetLicenseConfigurationResponse.Builder |
managedResourceSummaryList(Collection<ManagedResourceSummary> managedResourceSummaryList)
List of summaries of managed resources.
|
GetLicenseConfigurationResponse.Builder |
managedResourceSummaryList(Consumer<ManagedResourceSummary.Builder>... managedResourceSummaryList)
List of summaries of managed resources.
|
GetLicenseConfigurationResponse.Builder |
managedResourceSummaryList(ManagedResourceSummary... managedResourceSummaryList)
List of summaries of managed resources.
|
GetLicenseConfigurationResponse.Builder |
name(String name)
Name of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
ownerAccountId(String ownerAccountId)
Owner account ID for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
status(String status)
License configuration status (active, etc.).
|
GetLicenseConfigurationResponse.Builder |
tags(Collection<Tag> tags)
List of tags attached to the license configuration.
|
GetLicenseConfigurationResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
List of tags attached to the license configuration.
|
GetLicenseConfigurationResponse.Builder |
tags(Tag... tags)
List of tags attached to the license configuration.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetLicenseConfigurationResponse.Builder licenseConfigurationId(String licenseConfigurationId)
Unique ID for the license configuration.
licenseConfigurationId
- Unique ID for the license configuration.GetLicenseConfigurationResponse.Builder licenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration requested.
licenseConfigurationArn
- ARN of the license configuration requested.GetLicenseConfigurationResponse.Builder name(String name)
Name of the license configuration.
name
- Name of the license configuration.GetLicenseConfigurationResponse.Builder description(String description)
Description of the license configuration.
description
- Description of the license configuration.GetLicenseConfigurationResponse.Builder licenseCountingType(String licenseCountingType)
Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).
licenseCountingType
- Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).LicenseCountingType
,
LicenseCountingType
GetLicenseConfigurationResponse.Builder licenseCountingType(LicenseCountingType licenseCountingType)
Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).
licenseCountingType
- Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).LicenseCountingType
,
LicenseCountingType
GetLicenseConfigurationResponse.Builder licenseRules(Collection<String> licenseRules)
List of flexible text strings designating license rules.
licenseRules
- List of flexible text strings designating license rules.GetLicenseConfigurationResponse.Builder licenseRules(String... licenseRules)
List of flexible text strings designating license rules.
licenseRules
- List of flexible text strings designating license rules.GetLicenseConfigurationResponse.Builder licenseCount(Long licenseCount)
Number of available licenses.
licenseCount
- Number of available licenses.GetLicenseConfigurationResponse.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.GetLicenseConfigurationResponse.Builder consumedLicenses(Long consumedLicenses)
Number of licenses assigned to resources.
consumedLicenses
- Number of licenses assigned to resources.GetLicenseConfigurationResponse.Builder status(String status)
License configuration status (active, etc.).
status
- License configuration status (active, etc.).GetLicenseConfigurationResponse.Builder ownerAccountId(String ownerAccountId)
Owner account ID for the license configuration.
ownerAccountId
- Owner account ID for the license configuration.GetLicenseConfigurationResponse.Builder consumedLicenseSummaryList(Collection<ConsumedLicenseSummary> consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
consumedLicenseSummaryList
- List of summaries for consumed licenses used by various resources.GetLicenseConfigurationResponse.Builder consumedLicenseSummaryList(ConsumedLicenseSummary... consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
consumedLicenseSummaryList
- List of summaries for consumed licenses used by various resources.GetLicenseConfigurationResponse.Builder consumedLicenseSummaryList(Consumer<ConsumedLicenseSummary.Builder>... consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
This is a convenience 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 #consumedLicenseSummaryList(List)
.consumedLicenseSummaryList
- a consumer that will call methods on List.Builder
#consumedLicenseSummaryList(List)
GetLicenseConfigurationResponse.Builder managedResourceSummaryList(Collection<ManagedResourceSummary> managedResourceSummaryList)
List of summaries of managed resources.
managedResourceSummaryList
- List of summaries of managed resources.GetLicenseConfigurationResponse.Builder managedResourceSummaryList(ManagedResourceSummary... managedResourceSummaryList)
List of summaries of managed resources.
managedResourceSummaryList
- List of summaries of managed resources.GetLicenseConfigurationResponse.Builder managedResourceSummaryList(Consumer<ManagedResourceSummary.Builder>... managedResourceSummaryList)
List of summaries of managed resources.
This is a convenience 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 #managedResourceSummaryList(List)
.managedResourceSummaryList
- a consumer that will call methods on List.Builder
#managedResourceSummaryList(List)
GetLicenseConfigurationResponse.Builder tags(Collection<Tag> tags)
List of tags attached to the license configuration.
tags
- List of tags attached to the license configuration.GetLicenseConfigurationResponse.Builder tags(Tag... tags)
List of tags attached to the license configuration.
tags
- List of tags attached to the license configuration.GetLicenseConfigurationResponse.Builder tags(Consumer<Tag.Builder>... tags)
List of tags attached to the license configuration.
This is a convenience 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 #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.