public static interface ListUsageForLicenseConfigurationResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListUsageForLicenseConfigurationResponse.Builder,ListUsageForLicenseConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsageForLicenseConfigurationResponse.Builder |
licenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
|
ListUsageForLicenseConfigurationResponse.Builder |
licenseConfigurationUsageList(Consumer<LicenseConfigurationUsage.Builder>... licenseConfigurationUsageList)
Information about the license configurations.
|
ListUsageForLicenseConfigurationResponse.Builder |
licenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
Information about the license configurations.
|
ListUsageForLicenseConfigurationResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsageForLicenseConfigurationResponse.Builder licenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
licenseConfigurationUsageList - Information about the license configurations.ListUsageForLicenseConfigurationResponse.Builder licenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
Information about the license configurations.
licenseConfigurationUsageList - Information about the license configurations.ListUsageForLicenseConfigurationResponse.Builder licenseConfigurationUsageList(Consumer<LicenseConfigurationUsage.Builder>... licenseConfigurationUsageList)
Information about the license configurations.
This is a convenience method that creates an instance of theLicenseConfigurationUsage.Builder avoiding the
need to create one manually via
LicenseConfigurationUsage.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #licenseConfigurationUsageList(List.
licenseConfigurationUsageList - a consumer that will call methods on
LicenseConfigurationUsage.Builder#licenseConfigurationUsageList(java.util.Collection) ListUsageForLicenseConfigurationResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.