Interface CreateLicenseConversionTaskForResourceRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateLicenseConversionTaskForResourceRequest.Builder,,- CreateLicenseConversionTaskForResourceRequest> - LicenseManagerRequest.Builder,- SdkBuilder<CreateLicenseConversionTaskForResourceRequest.Builder,,- CreateLicenseConversionTaskForResourceRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateLicenseConversionTaskForResourceRequest
- 
Method SummaryModifier and TypeMethodDescriptiondestinationLicenseContext(Consumer<LicenseConversionContext.Builder> destinationLicenseContext) Information that identifies the license type you are converting to.destinationLicenseContext(LicenseConversionContext destinationLicenseContext) Information that identifies the license type you are converting to.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn(String resourceArn) Amazon Resource Name (ARN) of the resource you are converting the license type for.sourceLicenseContext(Consumer<LicenseConversionContext.Builder> sourceLicenseContext) Information that identifies the license type you are converting from.sourceLicenseContext(LicenseConversionContext sourceLicenseContext) Information that identifies the license type you are converting from.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceArnAmazon Resource Name (ARN) of the resource you are converting the license type for. - Parameters:
- resourceArn- Amazon Resource Name (ARN) of the resource you are converting the license type for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceLicenseContextCreateLicenseConversionTaskForResourceRequest.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 CLI in the License Manager User Guide. - Parameters:
- 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 CLI in the License Manager User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceLicenseContextdefault 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 CLI in the License Manager User Guide. This is a convenience method that creates an instance of theLicenseConversionContext.Builderavoiding the need to create one manually viaLicenseConversionContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceLicenseContext(LicenseConversionContext).- Parameters:
- sourceLicenseContext- a consumer that will call methods on- LicenseConversionContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationLicenseContextCreateLicenseConversionTaskForResourceRequest.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 CLI in the License Manager User Guide. - Parameters:
- 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 CLI in the License Manager User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationLicenseContextdefault 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 CLI in the License Manager User Guide. This is a convenience method that creates an instance of theLicenseConversionContext.Builderavoiding the need to create one manually viaLicenseConversionContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationLicenseContext(LicenseConversionContext).- Parameters:
- destinationLicenseContext- a consumer that will call methods on- LicenseConversionContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateLicenseConversionTaskForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateLicenseConversionTaskForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-