Interface ExtendLicenseConsumptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ExtendLicenseConsumptionRequest.Builder,ExtendLicenseConsumptionRequest>,LicenseManagerRequest.Builder,SdkBuilder<ExtendLicenseConsumptionRequest.Builder,ExtendLicenseConsumptionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExtendLicenseConsumptionRequest
public static interface ExtendLicenseConsumptionRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ExtendLicenseConsumptionRequest.Builder,ExtendLicenseConsumptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendLicenseConsumptionRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request.ExtendLicenseConsumptionRequest.BuilderlicenseConsumptionToken(String licenseConsumptionToken)License consumption token.ExtendLicenseConsumptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExtendLicenseConsumptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
licenseConsumptionToken
ExtendLicenseConsumptionRequest.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.
-
dryRun
ExtendLicenseConsumptionRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ExtendLicenseConsumptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExtendLicenseConsumptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-