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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeIndicates 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:
 
- 
typeIndicates 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:
 
- 
passwordCountThe 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.
 
 
-