Interface LicenseConversionContext.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LicenseConversionContext.Builder,LicenseConversionContext>,SdkBuilder<LicenseConversionContext.Builder,LicenseConversionContext>,SdkPojo
- Enclosing class:
- LicenseConversionContext
public static interface LicenseConversionContext.Builder extends SdkPojo, CopyableBuilder<LicenseConversionContext.Builder,LicenseConversionContext>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseConversionContext.BuilderusageOperation(String usageOperation)The Usage operation value that corresponds to the license type you are converting your resource from.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
usageOperation
LicenseConversionContext.Builder usageOperation(String usageOperation)
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
- Parameters:
usageOperation- The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-