Interface BillingGroupMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BillingGroupMetadata.Builder,,BillingGroupMetadata> SdkBuilder<BillingGroupMetadata.Builder,,BillingGroupMetadata> SdkPojo
- Enclosing class:
BillingGroupMetadata
public static interface BillingGroupMetadata.Builder
extends SdkPojo, CopyableBuilder<BillingGroupMetadata.Builder,BillingGroupMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date the billing group was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
creationDate
The date the billing group was created.
- Parameters:
creationDate- The date the billing group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-