Interface UserSearchSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserSearchSummary.Builder,UserSearchSummary>,SdkBuilder<UserSearchSummary.Builder,UserSearchSummary>,SdkPojo
- Enclosing class:
- UserSearchSummary
public static interface UserSearchSummary.Builder extends SdkPojo, CopyableBuilder<UserSearchSummary.Builder,UserSearchSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UserSearchSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the user.UserSearchSummary.BuilderdirectoryUserId(String directoryUserId)The directory identifier of the user.UserSearchSummary.BuilderhierarchyGroupId(String hierarchyGroupId)The identifier of the user's hierarchy group.UserSearchSummary.Builderid(String id)The identifier of the user's summary.default UserSearchSummary.BuilderidentityInfo(Consumer<UserIdentityInfoLite.Builder> identityInfo)The user's first name and last name.UserSearchSummary.BuilderidentityInfo(UserIdentityInfoLite identityInfo)The user's first name and last name.default UserSearchSummary.BuilderphoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)Sets the value of the PhoneConfig property for this object.UserSearchSummary.BuilderphoneConfig(UserPhoneConfig phoneConfig)Sets the value of the PhoneConfig property for this object.UserSearchSummary.BuilderroutingProfileId(String routingProfileId)The identifier of the user's routing profile.UserSearchSummary.BuildersecurityProfileIds(String... securityProfileIds)The identifiers of the user's security profiles.UserSearchSummary.BuildersecurityProfileIds(Collection<String> securityProfileIds)The identifiers of the user's security profiles.UserSearchSummary.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.UserSearchSummary.Builderusername(String username)The name of the user.-
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
-
arn
UserSearchSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the user.
- Parameters:
arn- The Amazon Resource Name (ARN) of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryUserId
UserSearchSummary.Builder directoryUserId(String directoryUserId)
The directory identifier of the user.
- Parameters:
directoryUserId- The directory identifier of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hierarchyGroupId
UserSearchSummary.Builder hierarchyGroupId(String hierarchyGroupId)
The identifier of the user's hierarchy group.
- Parameters:
hierarchyGroupId- The identifier of the user's hierarchy group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UserSearchSummary.Builder id(String id)
The identifier of the user's summary.
- Parameters:
id- The identifier of the user's summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityInfo
UserSearchSummary.Builder identityInfo(UserIdentityInfoLite identityInfo)
The user's first name and last name.
- Parameters:
identityInfo- The user's first name and last name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityInfo
default UserSearchSummary.Builder identityInfo(Consumer<UserIdentityInfoLite.Builder> identityInfo)
The user's first name and last name.
This is a convenience method that creates an instance of theUserIdentityInfoLite.Builderavoiding the need to create one manually viaUserIdentityInfoLite.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityInfo(UserIdentityInfoLite).- Parameters:
identityInfo- a consumer that will call methods onUserIdentityInfoLite.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
identityInfo(UserIdentityInfoLite)
-
phoneConfig
UserSearchSummary.Builder phoneConfig(UserPhoneConfig phoneConfig)
Sets the value of the PhoneConfig property for this object.- Parameters:
phoneConfig- The new value for the PhoneConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneConfig
default UserSearchSummary.Builder phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
Sets the value of the PhoneConfig property for this object. This is a convenience method that creates an instance of theUserPhoneConfig.Builderavoiding the need to create one manually viaUserPhoneConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tophoneConfig(UserPhoneConfig).- Parameters:
phoneConfig- a consumer that will call methods onUserPhoneConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
phoneConfig(UserPhoneConfig)
-
routingProfileId
UserSearchSummary.Builder routingProfileId(String routingProfileId)
The identifier of the user's routing profile.
- Parameters:
routingProfileId- The identifier of the user's routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileIds
UserSearchSummary.Builder securityProfileIds(Collection<String> securityProfileIds)
The identifiers of the user's security profiles.
- Parameters:
securityProfileIds- The identifiers of the user's security profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileIds
UserSearchSummary.Builder securityProfileIds(String... securityProfileIds)
The identifiers of the user's security profiles.
- Parameters:
securityProfileIds- The identifiers of the user's security profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UserSearchSummary.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
UserSearchSummary.Builder username(String username)
The name of the user.
- Parameters:
username- The name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-