Interface BillingDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BillingDetails.Builder,
,BillingDetails> SdkBuilder<BillingDetails.Builder,
,BillingDetails> SdkPojo
- Enclosing class:
BillingDetails
public static interface BillingDetails.Builder
extends SdkPojo, CopyableBuilder<BillingDetails.Builder,BillingDetails>
-
Method Summary
Modifier and TypeMethodDescriptionbilledDurationInMilliseconds
(Long billedDurationInMilliseconds) Billed duration of your workflow, in milliseconds.billedMemoryUsedInMB
(Long billedMemoryUsedInMB) Billed memory consumption of your workflow, in MB.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 Details
-
billedMemoryUsedInMB
Billed memory consumption of your workflow, in MB.
- Parameters:
billedMemoryUsedInMB
- Billed memory consumption of your workflow, in MB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billedDurationInMilliseconds
Billed duration of your workflow, in milliseconds.
- Parameters:
billedDurationInMilliseconds
- Billed duration of your workflow, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-