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