public static interface ListLicenseConfigurationsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseConfigurationsResponse.Builder,ListLicenseConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLicenseConfigurationsResponse.Builder licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
licenseConfigurations - Information about the license configurations.ListLicenseConfigurationsResponse.Builder licenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
licenseConfigurations - Information about the license configurations.ListLicenseConfigurationsResponse.Builder licenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)
Information about the license configurations.
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 #licenseConfigurations(List) .licenseConfigurations - a consumer that will call methods on List.Builder #licenseConfigurations(List) ListLicenseConfigurationsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2022. All rights reserved.