default ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.activeTimeRange(Consumer<ActiveTimeRange.Builder> activeTimeRange) |
The time range for the billing views listed.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.activeTimeRange(ActiveTimeRange activeTimeRange) |
The time range for the billing views listed.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.arns(String... arns) |
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.arns(Collection<String> arns) |
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.billingViewTypes(Collection<BillingViewType> billingViewTypes) |
The type of billing view.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.billingViewTypes(BillingViewType... billingViewTypes) |
The type of billing view.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.billingViewTypesWithStrings(String... billingViewTypes) |
The type of billing view.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.billingViewTypesWithStrings(Collection<String> billingViewTypes) |
The type of billing view.
|
static ListBillingViewsRequest.Builder |
ListBillingViewsRequest.builder() |
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of billing views to retrieve.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.nextToken(String nextToken) |
The pagination token that is used on subsequent calls to list billing views.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.Builder.ownerAccountId(String ownerAccountId) |
The list of owners of the billing view.
|
ListBillingViewsRequest.Builder |
ListBillingViewsRequest.toBuilder() |
|