Interface SupportTerm.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SupportTerm.Builder,
,SupportTerm> SdkBuilder<SupportTerm.Builder,
,SupportTerm> SdkPojo
- Enclosing class:
SupportTerm
@Mutable
@NotThreadSafe
public static interface SupportTerm.Builder
extends SdkPojo, CopyableBuilder<SupportTerm.Builder,SupportTerm>
-
Method Summary
Modifier and TypeMethodDescriptionrefundPolicy
(String refundPolicy) Free-text field about the refund policy description that will be shown to customers as is on the website and console.Category of the term being updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
refundPolicy
Free-text field about the refund policy description that will be shown to customers as is on the website and console.
- Parameters:
refundPolicy
- Free-text field about the refund policy description that will be shown to customers as is on the website and console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Category of the term being updated.
- Parameters:
type
- Category of the term being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-