Interface SellerEngagement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SellerEngagement.Builder,,SellerEngagement> SdkBuilder<SellerEngagement.Builder,,SellerEngagement> SdkPojo
- Enclosing class:
SellerEngagement
@Mutable
@NotThreadSafe
public static interface SellerEngagement.Builder
extends SdkPojo, CopyableBuilder<SellerEngagement.Builder,SellerEngagement>
-
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The format of the engagement value, such as a URL.contentType(SellerEngagementContentType contentType) The format of the engagement value, such as a URL.engagementType(String engagementType) The type of engagement, such asREQUEST_FOR_PRIVATE_OFFERorREQUEST_FOR_DEMO.engagementType(SellerEngagementType engagementType) The type of engagement, such asREQUEST_FOR_PRIVATE_OFFERorREQUEST_FOR_DEMO.The engagement value, such as a URL to the engagement form.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
-
engagementType
The type of engagement, such as
REQUEST_FOR_PRIVATE_OFFERorREQUEST_FOR_DEMO.- Parameters:
engagementType- The type of engagement, such asREQUEST_FOR_PRIVATE_OFFERorREQUEST_FOR_DEMO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engagementType
The type of engagement, such as
REQUEST_FOR_PRIVATE_OFFERorREQUEST_FOR_DEMO.- Parameters:
engagementType- The type of engagement, such asREQUEST_FOR_PRIVATE_OFFERorREQUEST_FOR_DEMO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
The format of the engagement value, such as a URL.
- Parameters:
contentType- The format of the engagement value, such as a URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
The format of the engagement value, such as a URL.
- Parameters:
contentType- The format of the engagement value, such as a URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The engagement value, such as a URL to the engagement form.
- Parameters:
value- The engagement value, such as a URL to the engagement form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-