Interface Consent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Consent.Builder,
,Consent> SdkBuilder<Consent.Builder,
,Consent> SdkPojo
- Enclosing class:
Consent
-
Method Summary
Modifier and TypeMethodDescriptionCurrency for theMaxPrice
.Maximum amount the customer agreed to accept.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
maxPrice
Maximum amount the customer agreed to accept.
- Parameters:
maxPrice
- Maximum amount the customer agreed to accept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currency
Currency for the
MaxPrice
.- Parameters:
currency
- Currency for theMaxPrice
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-