Interface User.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<User.Builder,,- User> - SdkBuilder<User.Builder,,- User> - SdkPojo
- Enclosing class:
- User
@Mutable
@NotThreadSafe
public static interface User.Builder
extends SdkPojo, CopyableBuilder<User.Builder,User> 
- 
Method SummaryModifier and TypeMethodDescriptionaccessString(String accessString) Access permissions string used for this user.The names of the Access Control Lists to which the user belongsaclNames(Collection<String> aclNames) The names of the Access Control Lists to which the user belongsThe Amazon Resource Name (ARN) of the user.default User.Builderauthentication(Consumer<Authentication.Builder> authentication) Denotes whether the user requires a password to authenticate.authentication(Authentication authentication) Denotes whether the user requires a password to authenticate.minimumEngineVersion(String minimumEngineVersion) The minimum engine version supported for the userThe name of the userIndicates the user status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the user - Parameters:
- name- The name of the user
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusIndicates the user status. Can be "active", "modifying" or "deleting". - Parameters:
- status- Indicates the user status. Can be "active", "modifying" or "deleting".
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accessStringAccess permissions string used for this user. - Parameters:
- accessString- Access permissions string used for this user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aclNamesThe names of the Access Control Lists to which the user belongs - Parameters:
- aclNames- The names of the Access Control Lists to which the user belongs
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aclNamesThe names of the Access Control Lists to which the user belongs - Parameters:
- aclNames- The names of the Access Control Lists to which the user belongs
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
minimumEngineVersionThe minimum engine version supported for the user - Parameters:
- minimumEngineVersion- The minimum engine version supported for the user
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationDenotes whether the user requires a password to authenticate. - Parameters:
- authentication- Denotes whether the user requires a password to authenticate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationDenotes whether the user requires a password to authenticate. This is a convenience method that creates an instance of theAuthentication.Builderavoiding the need to create one manually viaAuthentication.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthentication(Authentication).- Parameters:
- authentication- a consumer that will call methods on- Authentication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
arnThe 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.
 
 
-