Uses of Interface
software.amazon.awssdk.services.sfn.model.BillingDetails.Builder
Packages that use BillingDetails.Builder
-
Uses of BillingDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return BillingDetails.BuilderModifier and TypeMethodDescriptionBillingDetails.Builder.billedDurationInMilliseconds(Long billedDurationInMilliseconds) Billed duration of your workflow, in milliseconds.BillingDetails.Builder.billedMemoryUsedInMB(Long billedMemoryUsedInMB) Billed memory consumption of your workflow, in MB.static BillingDetails.BuilderBillingDetails.builder()BillingDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type BillingDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BillingDetails.Builder>BillingDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type BillingDetails.BuilderModifier and TypeMethodDescriptionStartSyncExecutionResponse.Builder.billingDetails(Consumer<BillingDetails.Builder> billingDetails) An object that describes workflow billing details, including billed duration and memory use.