Interface BatchDisassociateResourcesFromCustomLineItemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<BatchDisassociateResourcesFromCustomLineItemRequest.Builder,BatchDisassociateResourcesFromCustomLineItemRequest>,SdkBuilder<BatchDisassociateResourcesFromCustomLineItemRequest.Builder,BatchDisassociateResourcesFromCustomLineItemRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDisassociateResourcesFromCustomLineItemRequest
public static interface BatchDisassociateResourcesFromCustomLineItemRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateResourcesFromCustomLineItemRequest.Builder,BatchDisassociateResourcesFromCustomLineItemRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
targetArn
BatchDisassociateResourcesFromCustomLineItemRequest.Builder targetArn(String targetArn)
A percentage custom line item ARN to disassociate the resources from.
- Parameters:
targetArn- A percentage custom line item ARN to disassociate the resources from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
BatchDisassociateResourcesFromCustomLineItemRequest.Builder resourceArns(Collection<String> resourceArns)
A list containing the ARNs of resources to be disassociated.
- Parameters:
resourceArns- A list containing the ARNs of resources to be disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
BatchDisassociateResourcesFromCustomLineItemRequest.Builder resourceArns(String... resourceArns)
A list containing the ARNs of resources to be disassociated.
- Parameters:
resourceArns- A list containing the ARNs of resources to be disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingPeriodRange
BatchDisassociateResourcesFromCustomLineItemRequest.Builder billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.- Parameters:
billingPeriodRange- The new value for the BillingPeriodRange property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingPeriodRange
default BatchDisassociateResourcesFromCustomLineItemRequest.Builder billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object. This is a convenience method that creates an instance of theCustomLineItemBillingPeriodRange.Builderavoiding the need to create one manually viaCustomLineItemBillingPeriodRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobillingPeriodRange(CustomLineItemBillingPeriodRange).- Parameters:
billingPeriodRange- a consumer that will call methods onCustomLineItemBillingPeriodRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
billingPeriodRange(CustomLineItemBillingPeriodRange)
-
overrideConfiguration
BatchDisassociateResourcesFromCustomLineItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDisassociateResourcesFromCustomLineItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-