Class SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sagemaker_flow_definition.SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd>
- Enclosing interface:
- SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd
@Stability(Stable) public static final class SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder extends Object implements software.amazon.jsii.Builder<SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsdbuild()Builds the configured instance.SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Buildercents(Number cents)SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builderdollars(Number dollars)SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.BuildertenthFractionsOfACent(Number tenthFractionsOfACent)
-
-
-
Method Detail
-
cents
@Stability(Stable) public SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder cents(Number cents)
Sets the value ofSagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.getCents()- Parameters:
cents- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#cents SagemakerFlowDefinition#cents}.- Returns:
this
-
dollars
@Stability(Stable) public SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder dollars(Number dollars)
Sets the value ofSagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.getDollars()- Parameters:
dollars- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#dollars SagemakerFlowDefinition#dollars}.- Returns:
this
-
tenthFractionsOfACent
@Stability(Stable) public SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.Builder tenthFractionsOfACent(Number tenthFractionsOfACent)
Sets the value ofSagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.getTenthFractionsOfACent()- Parameters:
tenthFractionsOfACent- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#tenth_fractions_of_a_cent SagemakerFlowDefinition#tenth_fractions_of_a_cent}.- Returns:
this
-
build
@Stability(Stable) public SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd>- Returns:
- a new instance of
SagemakerFlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd - Throws:
NullPointerException- if any required attribute was not provided
-
-