Interface CreateWorkspaceServiceAccountResponse.Builder

    • Method Detail

      • grafanaRole

        CreateWorkspaceServiceAccountResponse.Builder grafanaRole​(String grafanaRole)

        The permission level given to the service account.

        Parameters:
        grafanaRole - The permission level given to the service account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Role, Role
      • grafanaRole

        CreateWorkspaceServiceAccountResponse.Builder grafanaRole​(Role grafanaRole)

        The permission level given to the service account.

        Parameters:
        grafanaRole - The permission level given to the service account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Role, Role
      • workspaceId

        CreateWorkspaceServiceAccountResponse.Builder workspaceId​(String workspaceId)

        The workspace with which the service account is associated.

        Parameters:
        workspaceId - The workspace with which the service account is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.