public static interface CreateLicenseConversionTaskForResourceRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateLicenseConversionTaskForResourceRequest.Builder,CreateLicenseConversionTaskForResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLicenseConversionTaskForResourceRequest.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource you are converting the license type for.
resourceArn - Amazon Resource Name (ARN) of the resource you are converting the license type for.CreateLicenseConversionTaskForResourceRequest.Builder sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the AWS CLI in the License Manager User Guide.
sourceLicenseContext - Information that identifies the license type you are converting from. For the structure of the source
license, see Convert a license type using the AWS CLI in the License Manager User Guide.default CreateLicenseConversionTaskForResourceRequest.Builder sourceLicenseContext(Consumer<LicenseConversionContext.Builder> sourceLicenseContext)
Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the AWS CLI in the License Manager User Guide.
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)CreateLicenseConversionTaskForResourceRequest.Builder destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the AWS CLI in the License Manager User Guide.
destinationLicenseContext - Information that identifies the license type you are converting to. For the structure of the
destination license, see Convert a license type using the AWS CLI in the License Manager User Guide.default CreateLicenseConversionTaskForResourceRequest.Builder destinationLicenseContext(Consumer<LicenseConversionContext.Builder> destinationLicenseContext)
Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the AWS CLI in the License Manager User Guide.
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)CreateLicenseConversionTaskForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLicenseConversionTaskForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.