Interface BillingViewListElement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BillingViewListElement.Builder,BillingViewListElement>,SdkBuilder<BillingViewListElement.Builder,BillingViewListElement>,SdkPojo
- Enclosing class:
- BillingViewListElement
public static interface BillingViewListElement.Builder extends SdkPojo, CopyableBuilder<BillingViewListElement.Builder,BillingViewListElement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingViewListElement.Builderarn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.BillingViewListElement.BuilderbillingViewType(String billingViewType)The type of billing view.BillingViewListElement.BuilderbillingViewType(BillingViewType billingViewType)The type of billing view.BillingViewListElement.Builderdescription(String description)The description of the billing view.BillingViewListElement.Buildername(String name)A list of names of the Billing view.BillingViewListElement.BuilderownerAccountId(String ownerAccountId)The list of owners of the Billing view.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
BillingViewListElement.Builder arn(String arn)
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Parameters:
arn- The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
BillingViewListElement.Builder name(String name)
A list of names of the Billing view.
- Parameters:
name- A list of names of the Billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
BillingViewListElement.Builder description(String description)
The description of the billing view.
- Parameters:
description- The description of the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
BillingViewListElement.Builder ownerAccountId(String ownerAccountId)
The list of owners of the Billing view.
- Parameters:
ownerAccountId- The list of owners of the Billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingViewType
BillingViewListElement.Builder billingViewType(String billingViewType)
The type of billing view.
- Parameters:
billingViewType- The type of billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BillingViewType,BillingViewType
-
billingViewType
BillingViewListElement.Builder billingViewType(BillingViewType billingViewType)
The type of billing view.
- Parameters:
billingViewType- The type of billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BillingViewType,BillingViewType
-
-