Interface DeleteMeteredProductRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteMeteredProductRequest.Builder,
,DeleteMeteredProductRequest> DeadlineRequest.Builder
,SdkBuilder<DeleteMeteredProductRequest.Builder,
,DeleteMeteredProductRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteMeteredProductRequest
@Mutable
@NotThreadSafe
public static interface DeleteMeteredProductRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<DeleteMeteredProductRequest.Builder,DeleteMeteredProductRequest>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseEndpointId
(String licenseEndpointId) The ID of the license endpoint from which to remove the metered product.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The product ID to remove from the license endpoint.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.deadline.model.DeadlineRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
licenseEndpointId
The ID of the license endpoint from which to remove the metered product.
- Parameters:
licenseEndpointId
- The ID of the license endpoint from which to remove the metered product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productId
The product ID to remove from the license endpoint.
- Parameters:
productId
- The product ID to remove from the license endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteMeteredProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteMeteredProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-