Class CreateUserProfileRequest

    • Method Detail

      • domainId

        public final String domainId()

        The ID of the associated Domain.

        Returns:
        The ID of the associated Domain.
      • userProfileName

        public final String userProfileName()

        A name for the UserProfile. This value is not case sensitive.

        Returns:
        A name for the UserProfile. This value is not case sensitive.
      • singleSignOnUserIdentifier

        public final String singleSignOnUserIdentifier()

        A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is IAM Identity Center, this field is required. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.

        Returns:
        A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is IAM Identity Center, this field is required. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.
      • singleSignOnUserValue

        public final String singleSignOnUserValue()

        The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.

        Returns:
        The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final List<Tag> tags()

        Each tag consists of a key and an optional value. Tag keys must be unique per resource.

        Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        Each tag consists of a key and an optional value. Tag keys must be unique per resource.

        Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

      • userSettings

        public final UserSettings userSettings()

        A collection of settings.

        Returns:
        A collection of settings.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object