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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingGroupMetadata.Builder
creationDate(Instant creationDate)
The date the billing group was created.-
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, sdkFields
-
-
-
-
Method Detail
-
creationDate
BillingGroupMetadata.Builder creationDate(Instant 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.
-
-