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)
Array of license configuration objects.
|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)
Array of license configuration objects.
|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(LicenseConfiguration... licenseConfigurations)
Array of license configuration objects.
|
ListLicenseConfigurationsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListLicenseConfigurationsResponse.Builder licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Array of license configuration objects.
licenseConfigurations
- Array of license configuration objects.ListLicenseConfigurationsResponse.Builder licenseConfigurations(LicenseConfiguration... licenseConfigurations)
Array of license configuration objects.
licenseConfigurations
- Array of license configuration objects.ListLicenseConfigurationsResponse.Builder licenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)
Array of license configuration objects.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.