public static interface ListResourcesAssociatedToCustomLineItemRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListResourcesAssociatedToCustomLineItemRequest.Builder,ListResourcesAssociatedToCustomLineItemRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesAssociatedToCustomLineItemRequest.Builder billingPeriod(String billingPeriod)
The billing period for which the resource associations will be listed.
billingPeriod - The billing period for which the resource associations will be listed.ListResourcesAssociatedToCustomLineItemRequest.Builder arn(String arn)
The ARN of the custom line item for which the resource associations will be listed.
arn - The ARN of the custom line item for which the resource associations will be listed.ListResourcesAssociatedToCustomLineItemRequest.Builder maxResults(Integer maxResults)
(Optional) The maximum number of resource associations to be retrieved.
maxResults - (Optional) The maximum number of resource associations to be retrieved.ListResourcesAssociatedToCustomLineItemRequest.Builder nextToken(String nextToken)
(Optional) The pagination token that's returned by a previous request.
nextToken - (Optional) The pagination token that's returned by a previous request.ListResourcesAssociatedToCustomLineItemRequest.Builder filters(ListResourcesAssociatedToCustomLineItemFilter filters)
(Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of
resources that should be retrieved.
filters - (Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of
resources that should be retrieved.default ListResourcesAssociatedToCustomLineItemRequest.Builder filters(Consumer<ListResourcesAssociatedToCustomLineItemFilter.Builder> filters)
(Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of
resources that should be retrieved.
ListResourcesAssociatedToCustomLineItemFilter.Builder avoiding the need to create one manually via
ListResourcesAssociatedToCustomLineItemFilter.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
filters(ListResourcesAssociatedToCustomLineItemFilter).
filters - a consumer that will call methods on ListResourcesAssociatedToCustomLineItemFilter.Builderfilters(ListResourcesAssociatedToCustomLineItemFilter)ListResourcesAssociatedToCustomLineItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourcesAssociatedToCustomLineItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.