Interface ExtendLicenseConsumptionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ExtendLicenseConsumptionResponse.Builder,
,ExtendLicenseConsumptionResponse> LicenseManagerResponse.Builder
,SdkBuilder<ExtendLicenseConsumptionResponse.Builder,
,ExtendLicenseConsumptionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ExtendLicenseConsumptionResponse
public static interface ExtendLicenseConsumptionResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ExtendLicenseConsumptionResponse.Builder,ExtendLicenseConsumptionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexpiration
(String expiration) Date and time at which the license consumption expires.licenseConsumptionToken
(String licenseConsumptionToken) License consumption token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
licenseConsumptionToken
License consumption token.
- Parameters:
licenseConsumptionToken
- License consumption token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiration
Date and time at which the license consumption expires.
- Parameters:
expiration
- Date and time at which the license consumption expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-