Interface UserSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserSummary.Builder,UserSummary>,SdkBuilder<UserSummary.Builder,UserSummary>,SdkPojo
- Enclosing class:
- UserSummary
public static interface UserSummary.Builder extends SdkPojo, CopyableBuilder<UserSummary.Builder,UserSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the user account.UserSummary.Builderid(String id)The identifier of the user account.UserSummary.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.UserSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.UserSummary.Builderusername(String username)The Amazon Connect user name of the user account.-
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 Detail
-
id
UserSummary.Builder id(String id)
The identifier of the user account.
- Parameters:
id- The identifier of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UserSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the user account.
- Parameters:
arn- The Amazon Resource Name (ARN) of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
UserSummary.Builder username(String username)
The Amazon Connect user name of the user account.
- Parameters:
username- The Amazon Connect user name of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
UserSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
UserSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-