BillingViewElement.Builder |
BillingViewElement.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
|
BillingViewElement.Builder |
BillingViewElement.Builder.billingViewType(String billingViewType) |
The type of billing group.
|
BillingViewElement.Builder |
BillingViewElement.Builder.billingViewType(BillingViewType billingViewType) |
The type of billing group.
|
static BillingViewElement.Builder |
BillingViewElement.builder() |
|
BillingViewElement.Builder |
BillingViewElement.Builder.createdAt(Instant createdAt) |
The time when the billing view was created.
|
default BillingViewElement.Builder |
BillingViewElement.Builder.dataFilterExpression(Consumer<Expression.Builder> dataFilterExpression) |
|
BillingViewElement.Builder |
BillingViewElement.Builder.dataFilterExpression(Expression dataFilterExpression) |
|
BillingViewElement.Builder |
BillingViewElement.Builder.description(String description) |
The description of the billing view.
|
BillingViewElement.Builder |
BillingViewElement.Builder.name(String name) |
A list of names of the billing view.
|
BillingViewElement.Builder |
BillingViewElement.Builder.ownerAccountId(String ownerAccountId) |
The list of owners of the billing view.
|
BillingViewElement.Builder |
BillingViewElement.toBuilder() |
|
BillingViewElement.Builder |
BillingViewElement.Builder.updatedAt(Instant updatedAt) |
The time when the billing view was last updated.
|