Interface UpdateUserResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateUserResponse.Builder,,UpdateUserResponse> SdkBuilder<UpdateUserResponse.Builder,,UpdateUserResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
UpdateUserResponse
-
Method Summary
Modifier and TypeMethodDescriptioncodeValidation(Boolean codeValidation) Indicates whether the user can be verified through a custom invite code.The updated first name of the user.inviteCode(String inviteCode) The updated invite code for the user, if applicable.inviteExpiration(Integer inviteExpiration) The expiration time of the user's invite code, specified in epoch seconds.The updated last name of the user.middleName(String middleName) The middle name of the user (currently not used).The timestamp when the user was last modified, specified in epoch seconds.The ID of the network where the user was updated.securityGroupIds(String... securityGroupIds) The list of security group IDs to which the user now belongs after the update.securityGroupIds(Collection<String> securityGroupIds) The list of security group IDs to which the user now belongs after the update.The user's status after the update.Indicates whether the user is suspended after the update.The unique identifier of the updated user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
userId
The unique identifier of the updated user.
- Parameters:
userId- The unique identifier of the updated user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
The ID of the network where the user was updated.
- Parameters:
networkId- The ID of the network where the user was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The list of security group IDs to which the user now belongs after the update.
- Parameters:
securityGroupIds- The list of security group IDs to which the user now belongs after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The list of security group IDs to which the user now belongs after the update.
- Parameters:
securityGroupIds- The list of security group IDs to which the user now belongs after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
The updated first name of the user.
- Parameters:
firstName- The updated first name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
The updated last name of the user.
- Parameters:
lastName- The updated last name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
middleName
The middle name of the user (currently not used).
- Parameters:
middleName- The middle name of the user (currently not used).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suspended
Indicates whether the user is suspended after the update.
- Parameters:
suspended- Indicates whether the user is suspended after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modified
The timestamp when the user was last modified, specified in epoch seconds.
- Parameters:
modified- The timestamp when the user was last modified, specified in epoch seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The user's status after the update.
- Parameters:
status- The user's status after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inviteCode
The updated invite code for the user, if applicable.
- Parameters:
inviteCode- The updated invite code for the user, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inviteExpiration
The expiration time of the user's invite code, specified in epoch seconds.
- Parameters:
inviteExpiration- The expiration time of the user's invite code, specified in epoch seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeValidation
Indicates whether the user can be verified through a custom invite code.
- Parameters:
codeValidation- Indicates whether the user can be verified through a custom invite code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-