Interface ListWorkspaceServiceAccountsResponse.Builder

    • Method Detail

      • nextToken

        ListWorkspaceServiceAccountsResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of service accounts.

        Parameters:
        nextToken - The token to use when requesting the next set of service accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceAccounts

        ListWorkspaceServiceAccountsResponse.Builder serviceAccounts​(Collection<ServiceAccountSummary> serviceAccounts)

        An array of structures containing information about the service accounts.

        Parameters:
        serviceAccounts - An array of structures containing information about the service accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceAccounts

        ListWorkspaceServiceAccountsResponse.Builder serviceAccounts​(ServiceAccountSummary... serviceAccounts)

        An array of structures containing information about the service accounts.

        Parameters:
        serviceAccounts - An array of structures containing information about the service accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceId

        ListWorkspaceServiceAccountsResponse.Builder workspaceId​(String workspaceId)

        The workspace to which the service accounts are associated.

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