Interface BillEstimateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BillEstimateSummary.Builder,
,BillEstimateSummary> SdkBuilder<BillEstimateSummary.Builder,
,BillEstimateSummary> SdkPojo
- Enclosing class:
BillEstimateSummary
@Mutable
@NotThreadSafe
public static interface BillEstimateSummary.Builder
extends SdkPojo, CopyableBuilder<BillEstimateSummary.Builder,BillEstimateSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BillEstimateSummary.Builder
billInterval
(Consumer<BillInterval.Builder> billInterval) The time period covered by the bill estimate.billInterval
(BillInterval billInterval) The time period covered by the bill estimate.The timestamp when the bill estimate was created.The timestamp when the bill estimate will expire.The unique identifier of the bill estimate.The name of the bill estimate.The current status of the bill estimate.status
(BillEstimateStatus status) The current status of the bill estimate.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 Details
-
id
The unique identifier of the bill estimate.
- Parameters:
id
- The unique identifier of the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the bill estimate.
- Parameters:
name
- The name of the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the bill estimate.
- Parameters:
status
- The current status of the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the bill estimate.
- Parameters:
status
- The current status of the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billInterval
The time period covered by the bill estimate.
- Parameters:
billInterval
- The time period covered by the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billInterval
The time period covered by the bill estimate.
This is a convenience method that creates an instance of theBillInterval.Builder
avoiding the need to create one manually viaBillInterval.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobillInterval(BillInterval)
.- Parameters:
billInterval
- a consumer that will call methods onBillInterval.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the bill estimate was created.
- Parameters:
createdAt
- The timestamp when the bill estimate was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The timestamp when the bill estimate will expire.
- Parameters:
expiresAt
- The timestamp when the bill estimate will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-