Interface ListBillingAdjustmentRequestsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBillingAdjustmentRequestsRequest.Builder,,ListBillingAdjustmentRequestsRequest> MarketplaceAgreementRequest.Builder,SdkBuilder<ListBillingAdjustmentRequestsRequest.Builder,,ListBillingAdjustmentRequestsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListBillingAdjustmentRequestsRequest
-
Method Summary
Modifier and TypeMethodDescriptionagreementId(String agreementId) The unique identifier of the agreement to list billing adjustment requests for.agreementType(String agreementType) An optional filter to return billing adjustment requests by agreement type (e.g.,PurchaseAgreement).An optional filter to return billing adjustment requests by catalog (e.g.,AWSMarketplace).createdAfter(Instant createdAfter) An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).createdBefore(Instant createdBefore) An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).maxResults(Integer maxResults) The maximum number of billing adjustment requests to return in the response.A token to specify where to start pagination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An optional filter to return billing adjustment requests with the specified status.status(BillingAdjustmentStatus status) An optional filter to return billing adjustment requests with the specified status.Methods 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.marketplaceagreement.model.MarketplaceAgreementRequest.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
-
agreementId
The unique identifier of the agreement to list billing adjustment requests for.
- Parameters:
agreementId- The unique identifier of the agreement to list billing adjustment requests for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
An optional filter to return billing adjustment requests with the specified status.
- Parameters:
status- An optional filter to return billing adjustment requests with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
An optional filter to return billing adjustment requests with the specified status.
- Parameters:
status- An optional filter to return billing adjustment requests with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAfter
An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).
- Parameters:
createdAfter- An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).
- Parameters:
createdBefore- An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of billing adjustment requests to return in the response.
- Parameters:
maxResults- The maximum number of billing adjustment requests to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalog
An optional filter to return billing adjustment requests by catalog (e.g.,
AWSMarketplace).- Parameters:
catalog- An optional filter to return billing adjustment requests by catalog (e.g.,AWSMarketplace).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementType
An optional filter to return billing adjustment requests by agreement type (e.g.,
PurchaseAgreement).- Parameters:
agreementType- An optional filter to return billing adjustment requests by agreement type (e.g.,PurchaseAgreement).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to specify where to start pagination. Use the
nextTokenvalue from a previous response to retrieve the next page of results.- Parameters:
nextToken- A token to specify where to start pagination. Use thenextTokenvalue from a previous response to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBillingAdjustmentRequestsRequest.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
ListBillingAdjustmentRequestsRequest.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.
-