Interface EngagementMemberSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementMemberSummary.Builder,,EngagementMemberSummary> SdkBuilder<EngagementMemberSummary.Builder,,EngagementMemberSummary> SdkPojo
- Enclosing class:
EngagementMemberSummary
@Mutable
@NotThreadSafe
public static interface EngagementMemberSummary.Builder
extends SdkPojo, CopyableBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncompanyName(String companyName) The official name of the member's company or organization.websiteUrl(String websiteUrl) The URL of the member company's website.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
-
companyName
The official name of the member's company or organization.
- Parameters:
companyName- The official name of the member's company or organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
websiteUrl
The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
- Parameters:
websiteUrl- The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-