Interface Authentication.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Authentication.Builder,,Authentication> SdkBuilder<Authentication.Builder,,Authentication> SdkPojo
- Enclosing class:
 Authentication
@Mutable
@NotThreadSafe
public static interface Authentication.Builder
extends SdkPojo, CopyableBuilder<Authentication.Builder,Authentication> 
- 
Method Summary
Modifier and TypeMethodDescriptionpasswordCount(Integer passwordCount) The number of passwords belonging to the user.Indicates whether the user requires a password to authenticate.type(AuthenticationType type) Indicates whether the user requires a password to authenticate.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, sdkFields 
- 
Method Details
- 
type
Indicates whether the user requires a password to authenticate.
- Parameters:
 type- Indicates whether the user requires a password to authenticate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
Indicates whether the user requires a password to authenticate.
- Parameters:
 type- Indicates whether the user requires a password to authenticate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
passwordCount
The number of passwords belonging to the user. The maximum is two.
- Parameters:
 passwordCount- The number of passwords belonging to the user. The maximum is two.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -