Interface AwsTeamMember.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsTeamMember.Builder,
,AwsTeamMember> SdkBuilder<AwsTeamMember.Builder,
,AwsTeamMember> SdkPojo
- Enclosing class:
AwsTeamMember
@Mutable
@NotThreadSafe
public static interface AwsTeamMember.Builder
extends SdkPojo, CopyableBuilder<AwsTeamMember.Builder,AwsTeamMember>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessTitle
(String businessTitle) Specifies the Amazon Web Services team member's business title and indicates their organizational role.businessTitle
(AwsMemberBusinessTitle businessTitle) Specifies the Amazon Web Services team member's business title and indicates their organizational role.Provides the Amazon Web Services team member's email address.Provides the Amazon Web Services team member's first name.Provides the Amazon Web Services team member's last name.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
-
businessTitle
Specifies the Amazon Web Services team member's business title and indicates their organizational role.
- Parameters:
businessTitle
- Specifies the Amazon Web Services team member's business title and indicates their organizational role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
businessTitle
Specifies the Amazon Web Services team member's business title and indicates their organizational role.
- Parameters:
businessTitle
- Specifies the Amazon Web Services team member's business title and indicates their organizational role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
email
Provides the Amazon Web Services team member's email address.
- Parameters:
email
- Provides the Amazon Web Services team member's email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
Provides the Amazon Web Services team member's first name.
- Parameters:
firstName
- Provides the Amazon Web Services team member's first name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
Provides the Amazon Web Services team member's last name.
- Parameters:
lastName
- Provides the Amazon Web Services team member's last name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-