primaryIdentityId
ID for the user.
- Parameters:
primaryIdentityId- ID for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable, CopyableBuilder<GetApprovalTeamResponseApprover.Builder,GetApprovalTeamResponseApprover> , SdkBuilder<GetApprovalTeamResponseApprover.Builder,GetApprovalTeamResponseApprover> , SdkPojoGetApprovalTeamResponseApproverapproverId(String approverId) lastActivity(String lastActivity) lastActivity(ApproverLastActivity lastActivity) lastActivityTime(Instant lastActivityTime) mfaMethods(Collection<MfaMethod> mfaMethods) mfaMethods(Consumer<MfaMethod.Builder>... mfaMethods) mfaMethods(MfaMethod... mfaMethods) pendingBaselineSessionArn(String pendingBaselineSessionArn) primaryIdentityId(String primaryIdentityId) primaryIdentitySourceArn(String primaryIdentitySourceArn) primaryIdentityStatus(String primaryIdentityStatus) primaryIdentityStatus(IdentityStatus primaryIdentityStatus) responseTime(Instant responseTime) copyapplyMutation, buildequalsBySdkFields, sdkFieldNameToField, sdkFieldsID for the approver.
approverId - ID for the approver.Timestamp when the approver responded to an approval team invitation.
responseTime - Timestamp when the approver responded to an approval team invitation.ID for the user.
primaryIdentityId - ID for the user.Amazon Resource Name (ARN) for the identity source. The identity source manages the user authentication for approvers.
primaryIdentitySourceArn - Amazon Resource Name (ARN) for the identity source. The identity source manages the user
authentication for approvers.Status for the identity source. For example, if an approver has accepted a team invitation with a user authentication method managed by the identity source.
primaryIdentityStatus - Status for the identity source. For example, if an approver has accepted a team invitation with a user
authentication method managed by the identity source.Status for the identity source. For example, if an approver has accepted a team invitation with a user authentication method managed by the identity source.
primaryIdentityStatus - Status for the identity source. For example, if an approver has accepted a team invitation with a user
authentication method managed by the identity source.Last Activity performed by the approver.
lastActivity - Last Activity performed by the approver.Last Activity performed by the approver.
lastActivity - Last Activity performed by the approver.Timestamp when the approver last responded to an operation or invitation request.
lastActivityTime - Timestamp when the approver last responded to an operation or invitation request.Amazon Resource Name (ARN) for the pending baseline session.
pendingBaselineSessionArn - Amazon Resource Name (ARN) for the pending baseline session.Multi-factor authentication configuration for the approver
mfaMethods - Multi-factor authentication configuration for the approverMulti-factor authentication configuration for the approver
mfaMethods - Multi-factor authentication configuration for the approverMulti-factor authentication configuration for the approver
This is a convenience method that creates an instance of theMfaMethod.Builder avoiding the need to create one manually
via MfaMethod.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to mfaMethods(List<MfaMethod>).
mfaMethods - a consumer that will call methods on
MfaMethod.Builder