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 method that creates an instance of theLicenseConversionTask.Builder avoiding the need
to create one manually via
LicenseConversionTask.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #licenseConversionTasks(List.
licenseConversionTasks - a consumer that will call methods on
LicenseConversionTask.Builder#licenseConversionTasks(java.util.Collection) ListLicenseConversionTasksResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.