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

    Modifier and Type
    Method
    Description
    name(String name)
    A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.
    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.

    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, sdkFields
  • Method Details

    • name

      A supported AWS IAM SAML PrincipalTag attribute 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 SAML PrincipalTag attribute 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

      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.