CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.beneficiary(String beneficiary) |
License beneficiary.
|
static CreateLicenseRequest.Builder |
CreateLicenseRequest.builder() |
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.consumptionConfiguration(Consumer<ConsumptionConfiguration.Builder> consumptionConfiguration) |
Configuration for consumption of the license.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.consumptionConfiguration(ConsumptionConfiguration consumptionConfiguration) |
Configuration for consumption of the license.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.entitlements(Collection<Entitlement> entitlements) |
License entitlements.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.entitlements(Consumer<Entitlement.Builder>... entitlements) |
License entitlements.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.entitlements(Entitlement... entitlements) |
License entitlements.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.homeRegion(String homeRegion) |
Home Region for the license.
|
default CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.issuer(Consumer<Issuer.Builder> issuer) |
License issuer.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.issuer(Issuer issuer) |
License issuer.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.licenseMetadata(Collection<Metadata> licenseMetadata) |
Information about the license.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.licenseMetadata(Consumer<Metadata.Builder>... licenseMetadata) |
Information about the license.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.licenseMetadata(Metadata... licenseMetadata) |
Information about the license.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.licenseName(String licenseName) |
License name.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.productName(String productName) |
Product name.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.productSKU(String productSKU) |
Product SKU.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.toBuilder() |
|
default CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.validity(Consumer<DatetimeRange.Builder> validity) |
Date and time range during which the license is valid, in ISO8601-UTC format.
|
CreateLicenseRequest.Builder |
CreateLicenseRequest.Builder.validity(DatetimeRange validity) |
Date and time range during which the license is valid, in ISO8601-UTC format.
|