Interface IdentityMapping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityMapping.Builder,,IdentityMapping> SdkBuilder<IdentityMapping.Builder,,IdentityMapping> SdkPojo
- Enclosing class:
IdentityMapping
@Mutable
@NotThreadSafe
public static interface IdentityMapping.Builder
extends SdkPojo, CopyableBuilder<IdentityMapping.Builder,IdentityMapping>
-
Method Summary
Modifier and TypeMethodDescriptionThe prefix used for the identity mapping.usernameAttribute(String usernameAttribute) The username attribute used for the identity mapping.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
-
usernameAttribute
The username attribute used for the identity mapping.
- Parameters:
usernameAttribute- The username attribute used for the identity mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
The prefix used for the identity mapping.
- Parameters:
prefix- The prefix used for the identity mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-