Interface PurchaseOptionBadge.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PurchaseOptionBadge.Builder,,PurchaseOptionBadge> SdkBuilder<PurchaseOptionBadge.Builder,,PurchaseOptionBadge> SdkPojo
- Enclosing class:
PurchaseOptionBadge
@Mutable
@NotThreadSafe
public static interface PurchaseOptionBadge.Builder
extends SdkPojo, CopyableBuilder<PurchaseOptionBadge.Builder,PurchaseOptionBadge>
-
Method Summary
Modifier and TypeMethodDescriptionThe machine-readable type of the badge.badgeType(PurchaseOptionBadgeType badgeType) The machine-readable type of the badge.displayName(String displayName) The human-readable name of the badge.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
displayName
The human-readable name of the badge.
- Parameters:
displayName- The human-readable name of the badge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
badgeType
The machine-readable type of the badge.
- Parameters:
badgeType- The machine-readable type of the badge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
badgeType
The machine-readable type of the badge.
- Parameters:
badgeType- The machine-readable type of the badge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-