Interface AccessGrantPrincipalAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccessGrantPrincipalAttribute.Builder,,AccessGrantPrincipalAttribute> SdkBuilder<AccessGrantPrincipalAttribute.Builder,,AccessGrantPrincipalAttribute> SdkPojo
- Enclosing class:
AccessGrantPrincipalAttribute
@Mutable
@NotThreadSafe
public static interface AccessGrantPrincipalAttribute.Builder
extends SdkPojo, CopyableBuilder<AccessGrantPrincipalAttribute.Builder,AccessGrantPrincipalAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionThe Identity Center user attribute to match on.The attribute value.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
-
key
The Identity Center user attribute to match on. One of userName, active, userStatus, displayName, email, name.givenName, name.familyName, enterprise.department, enterprise.division, enterprise.organization, enterprise.costCenter, or enterprise.employeeNumber. Each key may appear only once per grant.
- Parameters:
key- The Identity Center user attribute to match on. One of userName, active, userStatus, displayName, email, name.givenName, name.familyName, enterprise.department, enterprise.division, enterprise.organization, enterprise.costCenter, or enterprise.employeeNumber. Each key may appear only once per grant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The attribute value.
- Parameters:
value- The attribute value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-