Interface LibraryTemplateBodyInputs.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LibraryTemplateBodyInputs.Builder,
,LibraryTemplateBodyInputs> SdkBuilder<LibraryTemplateBodyInputs.Builder,
,LibraryTemplateBodyInputs> SdkPojo
- Enclosing class:
LibraryTemplateBodyInputs
@Mutable
@NotThreadSafe
public static interface LibraryTemplateBodyInputs.Builder
extends SdkPojo, CopyableBuilder<LibraryTemplateBodyInputs.Builder,LibraryTemplateBodyInputs>
-
Method Summary
Modifier and TypeMethodDescriptionaddContactNumber
(Boolean addContactNumber) When true, includes a contact number in the template body.addLearnMoreLink
(Boolean addLearnMoreLink) When true, includes a "learn more" link in the template body.addSecurityRecommendation
(Boolean addSecurityRecommendation) When true, includes security recommendations in the template body.addTrackPackageLink
(Boolean addTrackPackageLink) When true, includes a package tracking link in the template body.codeExpirationMinutes
(Integer codeExpirationMinutes) The number of minutes until a verification code or OTP expires.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
-
addContactNumber
When true, includes a contact number in the template body.
- Parameters:
addContactNumber
- When true, includes a contact number in the template body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addLearnMoreLink
When true, includes a "learn more" link in the template body.
- Parameters:
addLearnMoreLink
- When true, includes a "learn more" link in the template body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addSecurityRecommendation
When true, includes security recommendations in the template body.
- Parameters:
addSecurityRecommendation
- When true, includes security recommendations in the template body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addTrackPackageLink
When true, includes a package tracking link in the template body.
- Parameters:
addTrackPackageLink
- When true, includes a package tracking link in the template body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeExpirationMinutes
The number of minutes until a verification code or OTP expires.
- Parameters:
codeExpirationMinutes
- The number of minutes until a verification code or OTP expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-