Interface EngagementMember.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngagementMember.Builder,
,EngagementMember> SdkBuilder<EngagementMember.Builder,
,EngagementMember> SdkPojo
- Enclosing class:
EngagementMember
@Mutable
@NotThreadSafe
public static interface EngagementMember.Builder
extends SdkPojo, CopyableBuilder<EngagementMember.Builder,EngagementMember>
-
Method Summary
Modifier and TypeMethodDescriptionThis is the unique identifier for the AWS account associated with the member organization.companyName
(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
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 Details
-
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
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.
-