Package com.pulumi.aws.sagemaker.outputs
Class FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
- java.lang.Object
-
- com.pulumi.aws.sagemaker.outputs.FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
-
- Enclosing class:
- FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd
public static final class FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd
build()
FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
cents(java.lang.Integer cents)
FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
dollars(java.lang.Integer dollars)
FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
tenthFractionsOfACent(java.lang.Integer tenthFractionsOfACent)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd defaults)
-
-
Method Detail
-
cents
public FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder cents(@Nullable java.lang.Integer cents)
-
dollars
public FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder dollars(@Nullable java.lang.Integer dollars)
-
tenthFractionsOfACent
public FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder tenthFractionsOfACent(@Nullable java.lang.Integer tenthFractionsOfACent)
-
build
public FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd build()
-
-