Interface PersonasSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PersonasSummary.Builder,
,PersonasSummary> SdkBuilder<PersonasSummary.Builder,
,PersonasSummary> SdkPojo
- Enclosing class:
PersonasSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the summary information was created.The identifier of a user or group in your IAM Identity Center identity source.The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.The Unix timestamp when the summary information 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
-
entityId
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
- Parameters:
entityId
- The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persona
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are
Owner
andViewer
. For more information on these personas, see Providing access to your search page.- Parameters:
persona
- The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles areOwner
andViewer
. For more information on these personas, see Providing access to your search page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
persona
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are
Owner
andViewer
. For more information on these personas, see Providing access to your search page.- Parameters:
persona
- The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles areOwner
andViewer
. For more information on these personas, see Providing access to your search page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The Unix timestamp when the summary information was created.
- Parameters:
createdAt
- The Unix timestamp when the summary information was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp when the summary information was last updated.
- Parameters:
updatedAt
- The Unix timestamp when the summary information was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-