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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendLicenseConsumptionResponse.Builderexpiration(String expiration)Date and time at which the license consumption expires.ExtendLicenseConsumptionResponse.BuilderlicenseConsumptionToken(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 Detail
-
licenseConsumptionToken
ExtendLicenseConsumptionResponse.Builder licenseConsumptionToken(String 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
ExtendLicenseConsumptionResponse.Builder expiration(String 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.
-
-