Interface SupportTerm.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SupportTerm.Builder,SupportTerm>,SdkBuilder<SupportTerm.Builder,SupportTerm>,SdkPojo
- Enclosing class:
- SupportTerm
public static interface SupportTerm.Builder extends SdkPojo, CopyableBuilder<SupportTerm.Builder,SupportTerm>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportTerm.BuilderrefundPolicy(String refundPolicy)Free-text field about the refund policy description that will be shown to customers as is on the website and console.SupportTerm.Buildertype(String type)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, sdkFields
-
-
-
-
Method Detail
-
refundPolicy
SupportTerm.Builder refundPolicy(String 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
SupportTerm.Builder type(String 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.
-
-