Uses of Interface
software.amazon.awssdk.services.sagemaker.model.USD.Builder
-
Packages that use USD.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of USD.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return USD.Builder Modifier and Type Method Description static USD.BuilderUSD. builder()USD.BuilderUSD.Builder. cents(Integer cents)The fractional portion, in cents, of the amount.USD.BuilderUSD.Builder. dollars(Integer dollars)The whole number of dollars in the amount.USD.BuilderUSD.Builder. tenthFractionsOfACent(Integer tenthFractionsOfACent)Fractions of a cent, in tenths.USD.BuilderUSD. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type USD.Builder Modifier and Type Method Description static Class<? extends USD.Builder>USD. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type USD.Builder Modifier and Type Method Description default PublicWorkforceTaskPrice.BuilderPublicWorkforceTaskPrice.Builder. amountInUsd(Consumer<USD.Builder> amountInUsd)Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.
-