| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static USD.Builder |
USD.builder() |
USD.Builder |
USD.Builder.cents(Integer cents)
The fractional portion, in cents, of the amount.
|
USD.Builder |
USD.Builder.dollars(Integer dollars)
The whole number of dollars in the amount.
|
USD.Builder |
USD.Builder.tenthFractionsOfACent(Integer tenthFractionsOfACent)
Fractions of a cent, in tenths.
|
USD.Builder |
USD.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends USD.Builder> |
USD.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublicWorkforceTaskPrice.Builder |
PublicWorkforceTaskPrice.Builder.amountInUsd(Consumer<USD.Builder> amountInUsd)
Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.
|
Copyright © 2021. All rights reserved.