Interface RegisterUsageRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterUsageRequest.Builder,,RegisterUsageRequest> MarketplaceMeteringRequest.Builder,SdkBuilder<RegisterUsageRequest.Builder,,RegisterUsageRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
RegisterUsageRequest
@Mutable
@NotThreadSafe
public static interface RegisterUsageRequest.Builder
extends MarketplaceMeteringRequest.Builder, SdkPojo, CopyableBuilder<RegisterUsageRequest.Builder,RegisterUsageRequest>
-
Method Summary
Modifier and TypeMethodDescription(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.productCode(String productCode) Product code is used to uniquely identify a product in Amazon Web Services Marketplace.publicKeyVersion(Integer publicKeyVersion) Public Key Version provided by Amazon Web Services MarketplaceMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.marketplacemetering.model.MarketplaceMeteringRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
productCode
Product code is used to uniquely identify a product in Amazon Web Services Marketplace. The product code should be the same as the one used during the publishing of a new product.
- Parameters:
productCode- Product code is used to uniquely identify a product in Amazon Web Services Marketplace. The product code should be the same as the one used during the publishing of a new product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicKeyVersion
Public Key Version provided by Amazon Web Services Marketplace
- Parameters:
publicKeyVersion- Public Key Version provided by Amazon Web Services Marketplace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonce
(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
- Parameters:
nonce- (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterUsageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterUsageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-