Interface EngagementMemberSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>,SdkBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>,SdkPojo
- Enclosing class:
- EngagementMemberSummary
public static interface EngagementMemberSummary.Builder extends SdkPojo, CopyableBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngagementMemberSummary.BuildercompanyName(String companyName)The official name of the member's company or organization.EngagementMemberSummary.BuilderwebsiteUrl(String websiteUrl)The URL of the member company's website.-
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 Detail
-
companyName
EngagementMemberSummary.Builder companyName(String 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
EngagementMemberSummary.Builder websiteUrl(String 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.
-
-