Interface AssessmentCost.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentCost.Builder,,AssessmentCost> SdkBuilder<AssessmentCost.Builder,,AssessmentCost> SdkPojo
- Enclosing class:
AssessmentCost
@Mutable
@NotThreadSafe
public static interface AssessmentCost.Builder
extends SdkPojo, CopyableBuilder<AssessmentCost.Builder,AssessmentCost>
-
Method Summary
Modifier and TypeMethodDescriptionThe cost amount for the assessment.The currency of the assessment cost.currency(CostCurrency currency) The currency of the assessment cost.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
amount
The cost amount for the assessment.
- Parameters:
amount- The cost amount for the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currency
The currency of the assessment cost.
- Parameters:
currency- The currency of the assessment cost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency of the assessment cost.
- Parameters:
currency- The currency of the assessment cost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-