Interface ListLicenseConversionTasksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLicenseConversionTasksResponse.Builder,ListLicenseConversionTasksResponse>,LicenseManagerResponse.Builder,SdkBuilder<ListLicenseConversionTasksResponse.Builder,ListLicenseConversionTasksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLicenseConversionTasksResponse
public static interface ListLicenseConversionTasksResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseConversionTasksResponse.Builder,ListLicenseConversionTasksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLicenseConversionTasksResponse.BuilderlicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)Information about the license configuration tasks for your account.ListLicenseConversionTasksResponse.BuilderlicenseConversionTasks(Consumer<LicenseConversionTask.Builder>... licenseConversionTasks)Information about the license configuration tasks for your account.ListLicenseConversionTasksResponse.BuilderlicenseConversionTasks(LicenseConversionTask... licenseConversionTasks)Information about the license configuration tasks for your account.ListLicenseConversionTasksResponse.BuildernextToken(String nextToken)Token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
licenseConversionTasks
ListLicenseConversionTasksResponse.Builder licenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
- Parameters:
licenseConversionTasks- Information about the license configuration tasks for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConversionTasks
ListLicenseConversionTasksResponse.Builder licenseConversionTasks(LicenseConversionTask... licenseConversionTasks)
Information about the license configuration tasks for your account.
- Parameters:
licenseConversionTasks- Information about the license configuration tasks for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConversionTasks
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.Builderavoiding the need to create one manually viaLicenseConversionTask.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#licenseConversionTasks(List.) - Parameters:
licenseConversionTasks- a consumer that will call methods onLicenseConversionTask.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#licenseConversionTasks(java.util.Collection)
-
nextToken
ListLicenseConversionTasksResponse.Builder nextToken(String nextToken)
Token for the next set of results.
- Parameters:
nextToken- Token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-