Interface EntitlementAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntitlementAttribute.Builder,EntitlementAttribute>,SdkBuilder<EntitlementAttribute.Builder,EntitlementAttribute>,SdkPojo
- Enclosing class:
- EntitlementAttribute
public static interface EntitlementAttribute.Builder extends SdkPojo, CopyableBuilder<EntitlementAttribute.Builder,EntitlementAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitlementAttribute.Buildername(String name)A supported AWS IAM SAMLPrincipalTagattribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.EntitlementAttribute.Buildervalue(String value)A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
EntitlementAttribute.Builder name(String name)
A supported AWS IAM SAML
PrincipalTagattribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.The following are valid values:
-
roles
-
department
-
organization
-
groups
-
title
-
costCenter
-
userType
- Parameters:
name- A supported AWS IAM SAMLPrincipalTagattribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.The following are valid values:
-
roles
-
department
-
organization
-
groups
-
title
-
costCenter
-
userType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
value
EntitlementAttribute.Builder value(String value)
A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.
- Parameters:
value- A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-