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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
refundPolicyFree-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.
 
- 
typeCategory 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.
 
 
-