Interface CheckoutLicenseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CheckoutLicenseRequest.Builder,CheckoutLicenseRequest>,LicenseManagerRequest.Builder,SdkBuilder<CheckoutLicenseRequest.Builder,CheckoutLicenseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CheckoutLicenseRequest
public static interface CheckoutLicenseRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<CheckoutLicenseRequest.Builder,CheckoutLicenseRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest.Builder
build
-
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
-
productSKU
CheckoutLicenseRequest.Builder productSKU(String productSKU)
Product SKU.
- Parameters:
productSKU- Product SKU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checkoutType
CheckoutLicenseRequest.Builder checkoutType(String checkoutType)
Checkout type.
- Parameters:
checkoutType- Checkout type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CheckoutType,CheckoutType
-
checkoutType
CheckoutLicenseRequest.Builder checkoutType(CheckoutType checkoutType)
Checkout type.
- Parameters:
checkoutType- Checkout type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CheckoutType,CheckoutType
-
keyFingerprint
CheckoutLicenseRequest.Builder keyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
- Parameters:
keyFingerprint- Key fingerprint identifying the license.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitlements
CheckoutLicenseRequest.Builder entitlements(Collection<EntitlementData> entitlements)
License entitlements.
- Parameters:
entitlements- License entitlements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitlements
CheckoutLicenseRequest.Builder entitlements(EntitlementData... entitlements)
License entitlements.
- Parameters:
entitlements- License entitlements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitlements
CheckoutLicenseRequest.Builder entitlements(Consumer<EntitlementData.Builder>... entitlements)
License entitlements.
This is a convenience method that creates an instance of theEntitlementData.Builderavoiding the need to create one manually viaEntitlementData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entitlements(List.) - Parameters:
entitlements- a consumer that will call methods onEntitlementData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entitlements(java.util.Collection)
-
clientToken
CheckoutLicenseRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beneficiary
CheckoutLicenseRequest.Builder beneficiary(String beneficiary)
License beneficiary.
- Parameters:
beneficiary- License beneficiary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
CheckoutLicenseRequest.Builder nodeId(String nodeId)
Node ID.
- Parameters:
nodeId- Node ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CheckoutLicenseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CheckoutLicenseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-