public static interface GetLicenseConversionTaskResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseConversionTaskResponse.Builder,GetLicenseConversionTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLicenseConversionTaskResponse.Builder |
destinationLicenseContext(Consumer<LicenseConversionContext.Builder> destinationLicenseContext)
Information about the license type converted to.
|
GetLicenseConversionTaskResponse.Builder |
destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
|
GetLicenseConversionTaskResponse.Builder |
endTime(Instant endTime)
Time at which the license type conversion task was completed.
|
GetLicenseConversionTaskResponse.Builder |
licenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task.
|
GetLicenseConversionTaskResponse.Builder |
licenseConversionTime(Instant licenseConversionTime)
Amount of time to complete the license type conversion.
|
GetLicenseConversionTaskResponse.Builder |
resourceArn(String resourceArn)
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
|
default GetLicenseConversionTaskResponse.Builder |
sourceLicenseContext(Consumer<LicenseConversionContext.Builder> sourceLicenseContext)
Information about the license type converted from.
|
GetLicenseConversionTaskResponse.Builder |
sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
|
GetLicenseConversionTaskResponse.Builder |
startTime(Instant startTime)
Time at which the license type conversion task was started .
|
GetLicenseConversionTaskResponse.Builder |
status(LicenseConversionTaskStatus status)
Status of the license type conversion task.
|
GetLicenseConversionTaskResponse.Builder |
status(String status)
Status of the license type conversion task.
|
GetLicenseConversionTaskResponse.Builder |
statusMessage(String statusMessage)
The status message for the conversion task.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLicenseConversionTaskResponse.Builder licenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task.
licenseConversionTaskId - ID of the license type conversion task.GetLicenseConversionTaskResponse.Builder resourceArn(String resourceArn)
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
resourceArn - Amazon Resource Names (ARN) of the resources the license conversion task is associated with.GetLicenseConversionTaskResponse.Builder sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
sourceLicenseContext - Information about the license type converted from.default GetLicenseConversionTaskResponse.Builder sourceLicenseContext(Consumer<LicenseConversionContext.Builder> sourceLicenseContext)
Information about the license type converted from.
This is a convenience that creates an instance of theLicenseConversionContext.Builder avoiding the
need to create one manually via LicenseConversionContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sourceLicenseContext(LicenseConversionContext).sourceLicenseContext - a consumer that will call methods on LicenseConversionContext.BuildersourceLicenseContext(LicenseConversionContext)GetLicenseConversionTaskResponse.Builder destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
destinationLicenseContext - Information about the license type converted to.default GetLicenseConversionTaskResponse.Builder destinationLicenseContext(Consumer<LicenseConversionContext.Builder> destinationLicenseContext)
Information about the license type converted to.
This is a convenience that creates an instance of theLicenseConversionContext.Builder avoiding the
need to create one manually via LicenseConversionContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to destinationLicenseContext(LicenseConversionContext).destinationLicenseContext - a consumer that will call methods on LicenseConversionContext.BuilderdestinationLicenseContext(LicenseConversionContext)GetLicenseConversionTaskResponse.Builder statusMessage(String statusMessage)
The status message for the conversion task.
statusMessage - The status message for the conversion task.GetLicenseConversionTaskResponse.Builder status(String status)
Status of the license type conversion task.
status - Status of the license type conversion task.LicenseConversionTaskStatus,
LicenseConversionTaskStatusGetLicenseConversionTaskResponse.Builder status(LicenseConversionTaskStatus status)
Status of the license type conversion task.
status - Status of the license type conversion task.LicenseConversionTaskStatus,
LicenseConversionTaskStatusGetLicenseConversionTaskResponse.Builder startTime(Instant startTime)
Time at which the license type conversion task was started .
startTime - Time at which the license type conversion task was started .GetLicenseConversionTaskResponse.Builder licenseConversionTime(Instant licenseConversionTime)
Amount of time to complete the license type conversion.
licenseConversionTime - Amount of time to complete the license type conversion.GetLicenseConversionTaskResponse.Builder endTime(Instant endTime)
Time at which the license type conversion task was completed.
endTime - Time at which the license type conversion task was completed.Copyright © 2022. All rights reserved.