Interface ListingBadge.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListingBadge.Builder,,ListingBadge> SdkBuilder<ListingBadge.Builder,,ListingBadge> SdkPojo
- Enclosing class:
ListingBadge
@Mutable
@NotThreadSafe
public static interface ListingBadge.Builder
extends SdkPojo, CopyableBuilder<ListingBadge.Builder,ListingBadge>
-
Method Summary
Modifier and TypeMethodDescriptionThe machine-readable type of the badge.badgeType(ListingBadgeType 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:
-