Interface EngagementMember.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementMember.Builder,EngagementMember>,SdkBuilder<EngagementMember.Builder,EngagementMember>,SdkPojo
- Enclosing class:
- EngagementMember
public static interface EngagementMember.Builder extends SdkPojo, CopyableBuilder<EngagementMember.Builder,EngagementMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngagementMember.BuilderaccountId(String accountId)This is the unique identifier for the AWS account associated with the member organization.EngagementMember.BuildercompanyName(String companyName)The official name of the member's company or organization.EngagementMember.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
-
accountId
EngagementMember.Builder accountId(String accountId)
This is the unique identifier for the AWS account associated with the member organization. It's used for AWS-related operations and identity verification.
- Parameters:
accountId- This is the unique identifier for the AWS account associated with the member organization. It's used for AWS-related operations and identity verification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
companyName
EngagementMember.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
EngagementMember.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.
-
-