public static interface LicenseConversionTask.Builder extends SdkPojo, CopyableBuilder<LicenseConversionTask.Builder,LicenseConversionTask>
| Modifier and Type | Method and Description |
|---|---|
default LicenseConversionTask.Builder |
destinationLicenseContext(Consumer<LicenseConversionContext.Builder> destinationLicenseContext)
Information about the license type this conversion task converted to.
|
LicenseConversionTask.Builder |
destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type this conversion task converted to.
|
LicenseConversionTask.Builder |
endTime(Instant endTime)
The time the conversion task was completed.
|
LicenseConversionTask.Builder |
licenseConversionTaskId(String licenseConversionTaskId)
The ID of the license type conversion task.
|
LicenseConversionTask.Builder |
licenseConversionTime(Instant licenseConversionTime)
The time the usage operation value of the resource was changed.
|
LicenseConversionTask.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
|
default LicenseConversionTask.Builder |
sourceLicenseContext(Consumer<LicenseConversionContext.Builder> sourceLicenseContext)
Information about the license type this conversion task converted from.
|
LicenseConversionTask.Builder |
sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type this conversion task converted from.
|
LicenseConversionTask.Builder |
startTime(Instant startTime)
The time the conversion task was started at.
|
LicenseConversionTask.Builder |
status(LicenseConversionTaskStatus status)
The status of the conversion task.
|
LicenseConversionTask.Builder |
status(String status)
The status of the conversion task.
|
LicenseConversionTask.Builder |
statusMessage(String statusMessage)
The status message for the conversion task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLicenseConversionTask.Builder licenseConversionTaskId(String licenseConversionTaskId)
The ID of the license type conversion task.
licenseConversionTaskId - The ID of the license type conversion task.LicenseConversionTask.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
resourceArn - The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.LicenseConversionTask.Builder sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type this conversion task converted from.
sourceLicenseContext - Information about the license type this conversion task converted from.default LicenseConversionTask.Builder sourceLicenseContext(Consumer<LicenseConversionContext.Builder> sourceLicenseContext)
Information about the license type this conversion task converted from.
This is a convenience method 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)LicenseConversionTask.Builder destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type this conversion task converted to.
destinationLicenseContext - Information about the license type this conversion task converted to.default LicenseConversionTask.Builder destinationLicenseContext(Consumer<LicenseConversionContext.Builder> destinationLicenseContext)
Information about the license type this conversion task converted to.
This is a convenience method 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)LicenseConversionTask.Builder status(String status)
The status of the conversion task.
status - The status of the conversion task.LicenseConversionTaskStatus,
LicenseConversionTaskStatusLicenseConversionTask.Builder status(LicenseConversionTaskStatus status)
The status of the conversion task.
status - The status of the conversion task.LicenseConversionTaskStatus,
LicenseConversionTaskStatusLicenseConversionTask.Builder statusMessage(String statusMessage)
The status message for the conversion task.
statusMessage - The status message for the conversion task.LicenseConversionTask.Builder startTime(Instant startTime)
The time the conversion task was started at.
startTime - The time the conversion task was started at.LicenseConversionTask.Builder licenseConversionTime(Instant licenseConversionTime)
The time the usage operation value of the resource was changed.
licenseConversionTime - The time the usage operation value of the resource was changed.LicenseConversionTask.Builder endTime(Instant endTime)
The time the conversion task was completed.
endTime - The time the conversion task was completed.Copyright © 2022. All rights reserved.