Interface PermissionSet.Builder

    • Method Detail

      • createdDate

        PermissionSet.Builder createdDate​(Instant createdDate)

        The date that the permission set was created.

        Parameters:
        createdDate - The date that the permission set was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PermissionSet.Builder name​(String name)

        The name of the permission set.

        Parameters:
        name - The name of the permission set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relayState

        PermissionSet.Builder relayState​(String relayState)

        Used to redirect users within the application during the federation authentication process.

        Parameters:
        relayState - Used to redirect users within the application during the federation authentication process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionDuration

        PermissionSet.Builder sessionDuration​(String sessionDuration)

        The length of time that the application user sessions are valid for in the ISO-8601 standard.

        Parameters:
        sessionDuration - The length of time that the application user sessions are valid for in the ISO-8601 standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.