Interface Member.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Member.Builder,
,Member> SdkBuilder<Member.Builder,
,Member> SdkPojo
- Enclosing class:
Member
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the member account.delegatedAdminAccountId
(String delegatedAdminAccountId) The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.relationshipStatus
(String relationshipStatus) The status of the member account.relationshipStatus
(RelationshipStatus relationshipStatus) The status of the member account.A timestamp showing when the status of this member was last updated.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, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID of the member account.
- Parameters:
accountId
- The Amazon Web Services account ID of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegatedAdminAccountId
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
- Parameters:
delegatedAdminAccountId
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationshipStatus
The status of the member account.
- Parameters:
relationshipStatus
- The status of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationshipStatus
The status of the member account.
- Parameters:
relationshipStatus
- The status of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
A timestamp showing when the status of this member was last updated.
- Parameters:
updatedAt
- A timestamp showing when the status of this member was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-